github.com.mgrzeszczak.dockerize
Owner: Maciej Grzeszczak
Dockerize your java application
https://github.com/mgrzeszczak/dockerize
Sources: https://github.com/mgrzeszczak/dockerize
Add this plugin to your build using the plugins DSL:
plugins {
id("github.com.mgrzeszczak.dockerize") version "1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.github.com.mgrzeszczak:dockerize:1.1") } } apply(plugin = "github.com.mgrzeszczak.dockerize")
- Applying plugins to all subprojects .