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
Version 4.3.0
4.3.0
Created 15 December 2016.
Create docker images from ospackage block
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.ospackage-docker") version "4.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:gradle-ospackage-plugin:4.3.0") } } apply(plugin = "nebula.ospackage-docker")
- Applying plugins to all subprojects .