plugins {
id("pl.allegro.tech.build.axion.release") version "0.9.7"
}
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("pl.allegro.tech.build:axion-release-plugin:0.9.7")
}
}
apply(plugin = "pl.allegro.tech.build.axion.release")
plugins {
id "pl.allegro.tech.build.axion.release" version "0.9.7"
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "pl.allegro.tech.build:axion-release-plugin:0.9.7"
}
}
apply plugin: "pl.allegro.tech.build.axion.release"