Skip to content

Commit

Permalink
update axion release
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Dec 19, 2024
1 parent 26a421a commit 8a3f0fa
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
}
plugins {
id 'pl.allegro.tech.build.axion-release' version '1.13.4'
id 'pl.allegro.tech.build.axion-release' version '1.17.2'
}

ext.pluginName = 'Docker Plugin'
Expand All @@ -21,14 +21,7 @@ scmVersion {
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
}

}
}

Expand Down

0 comments on commit 8a3f0fa

Please sign in to comment.