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
Version 19.0.10 (latest)
19.0.10
Created 21 June 2024.
Release opinions on top of gradle-git
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.release") version "19.0.10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-release-plugin:19.0.10") } } apply(plugin = "nebula.release")
- Applying plugins to all subprojects .