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.
Using the plugins DSL:
plugins {
id("pl.allegro.tech.build.axion-release") version "1.3.0-development"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("pl.allegro.tech.build:axion-release-plugin:1.3.0-development")
}
}
apply(plugin = "pl.allegro.tech.build.axion-release")
Using the plugins DSL:
plugins {
id "pl.allegro.tech.build.axion-release" version "1.3.0-development"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "pl.allegro.tech.build:axion-release-plugin:1.3.0-development"
}
}
apply plugin: "pl.allegro.tech.build.axion-release"