nebula.ospackage-application-daemon
Owner: Nebula Plugins
Creates daemontools setup to run output from application plugin
https://github.com/nebula-plugins/gradle-ospackage-plugin
Sources: https://github.com/nebula-plugins/nebula-ospackage-plugin.git
Version 4.9.0
4.9.0
Created 06 June 2018.
Creates daemontools setup to run output from application plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.ospackage-application-daemon") version "4.9.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:gradle-ospackage-plugin:4.9.0") } } apply(plugin = "nebula.ospackage-application-daemon")
- Applying plugins to all subprojects .