pl.allegro.tech.build.axion-release
Owner: Allegro Group
Release and version management plugin.
https://github.com/allegro/axion-release-plugin
Version 1.13.4
1.13.4
Created 18 October 2021.
Release and version management plugin.
Add this plugin to your build using the plugins DSL:
plugins {
id("pl.allegro.tech.build.axion-release") version "1.13.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("pl.allegro.tech.build:axion-release-plugin:1.13.4") } } apply(plugin = "pl.allegro.tech.build.axion-release")
- Applying plugins to all subprojects .