nebula.release
Owner: Nebula Plugins
Release opinions on top of gradle-git
https://github.com/nebula-plugins/nebula-release-plugin
Sources: https://github.com/nebula-plugins/nebula-release-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.release") version "10.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-release-plugin:10.1.0") } } apply(plugin = "nebula.release")
- Applying plugins to all subprojects .