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