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