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