Skip to content

Commit

Permalink
Merge pull request #34 from rundeck-plugins/upgrade-axion-1.17
Browse files Browse the repository at this point in the history
update axion release
  • Loading branch information
ltamaster authored Aug 19, 2024
2 parents dcd109b + 9f38bba commit 31fb2fa
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.13.4'
id 'pl.allegro.tech.build.axion-release' version '1.17.2'
id 'java'
id 'maven-publish'
}
Expand All @@ -18,15 +18,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 31fb2fa

Please sign in to comment.