nebula.os-package
Owner: Nebula Plugins
Gradle plugin for constructing linux packages, specifically RPM and DEBs.
https://github.com/nebula-plugins/gradle-ospackage-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.os-package") version "2.2.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:gradle-ospackage-plugin:2.2.6") } } apply(plugin = "nebula.os-package")
- Applying plugins to all subprojects .