pl.allegro.tech.build.axion-release
Owner: Allegro Group
Release and version management plugin.
https://github.com/allegro/axion-release-plugin
Version 1.3.0-development
1.3.0-development
Created 10 July 2015.
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.3.0-development"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("pl.allegro.tech.build:axion-release-plugin:1.3.0-development") } } apply(plugin = "pl.allegro.tech.build.axion-release")
- Applying plugins to all subprojects .