com.glantus.service
Owner: Łukasz Klich
microservice base plugin
https://bitbucket.org/glantus_aspire/glantus-service-plugin
Sources: https://bitbucket.org/glantus_aspire/glantus-service-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.glantus.service") version "0.7.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.glantus.plugin:glantus-service-plugin:0.7.0") } } apply(plugin = "com.glantus.service")
- Applying plugins to all subprojects .