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 8.0.0
8.0.0
Created 01 November 2019.
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 "8.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:gradle-ospackage-plugin:8.0.0") } } apply(plugin = "nebula.ospackage-application-daemon")
- Applying plugins to all subprojects .