nebula.ospackage
Owner: Nebula Plugins
Provides a task similar to Tar and Zip for constructing RPM and DEB package files.
https://github.com/nebula-plugins/gradle-ospackage-plugin
Sources: https://github.com/nebula-plugins/gradle-ospackage-plugin.git
Version 6.1.1
6.1.1
Created 11 December 2018.
Provides a task similar to Tar and Zip for constructing RPM and DEB package files.
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.ospackage") version "6.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:gradle-ospackage-plugin:6.1.1") } } apply(plugin = "nebula.ospackage")
- Applying plugins to all subprojects .