blob: 2686f78a1507611313dbfde9fe71c1fb3fbd289f [file] [log] [blame]
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath group: 'pl.allegro.tech.build', name: 'axion-release-plugin', version: '1.8.3'
}
}
apply plugin: pl.allegro.tech.build.axion.release.ReleasePlugin
scmVersion {
tag {
prefix = 'v'
versionSeparator = '_'
}
// localOnly = false
checks {
uncommittedChanges = false
aheadOfRemote = true
snapshotDependencies = false
}
repository {
pushTagsOnly = true
}
}