pl.allegro.tech.build.axion-release
所有者: Allegro Group
版本和版本管理插件。
https://github.com/allegro/axion-release-plugin
使用插件DSL
plugins {
id("pl.allegro.tech.build.axion-release") version "1.18.5"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("pl.allegro.tech.build:axion-release-plugin:1.18.5")
}
}
apply(plugin = "pl.allegro.tech.build.axion-release")