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