Skip to content

Commit 53597f4

Browse files
committed
upgrade axion version
1 parent 65c5bae commit 53597f4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build.gradle

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'pl.allegro.tech.build.axion-release' version '1.10.2'
2+
id 'pl.allegro.tech.build.axion-release' version '1.13.14'
33
}
44

55
group 'com.rundeck'
@@ -19,15 +19,6 @@ scmVersion {
1919
tag {
2020
prefix = ''
2121
versionSeparator = ''
22-
def origDeserialize=deserialize
23-
//apend .0 to satisfy semver if the tag version is only X.Y
24-
deserialize = { config, position, tagName ->
25-
def orig = origDeserialize(config, position, tagName)
26-
if (orig.split('\\.').length < 3) {
27-
orig += ".0"
28-
}
29-
orig
30-
}
3122
}
3223
}
3324
project.version = scmVersion.version

0 commit comments

Comments
 (0)