blob: 71726d505529de00e45504ef0c0b29e14626ab62 [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 = '_'
}
versionIncrementer 'incrementPrerelease'
versionCreator 'versionWithBranch'
// localOnly = false
checks {
uncommittedChanges = false
aheadOfRemote = true
snapshotDependencies = false
}
repository {
pushTagsOnly = true
}
}