Skip to content

Commit

Permalink
upgrade axion version
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Jul 22, 2022
1 parent 65c5bae commit 53597f4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'pl.allegro.tech.build.axion-release' version '1.10.2'
id 'pl.allegro.tech.build.axion-release' version '1.13.14'
}

group 'com.rundeck'
Expand All @@ -19,15 +19,6 @@ scmVersion {
tag {
prefix = ''
versionSeparator = ''
def origDeserialize=deserialize
//apend .0 to satisfy semver if the tag version is only X.Y
deserialize = { config, position, tagName ->
def orig = origDeserialize(config, position, tagName)
if (orig.split('\\.').length < 3) {
orig += ".0"
}
orig
}
}
}
project.version = scmVersion.version
Expand Down

0 comments on commit 53597f4

Please sign in to comment.