nebula.ospackage-docker
Owner: Nebula Plugins
Create docker images from ospackage block
https://github.com/nebula-plugins/gradle-ospackage-plugin
Sources: https://github.com/nebula-plugins/gradle-ospackage-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.ospackage-docker") version "5.3.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:gradle-ospackage-plugin:5.3.5") } } apply(plugin = "nebula.ospackage-docker")
- Applying plugins to all subprojects .