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