Skip to content

Commit

Permalink
Merge pull request #147 from rundeck-plugins/renovate/pl.allegro.tech…
Browse files Browse the repository at this point in the history
….build.axion-release-1.x

Update plugin pl.allegro.tech.build.axion-release to v1.18.16
  • Loading branch information
gschueler authored Jan 31, 2025
2 parents 316e1f2 + 5625ce5 commit 9b26ecf
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

plugins {
id 'pl.allegro.tech.build.axion-release' version '1.13.4'
id 'pl.allegro.tech.build.axion-release' version '1.18.16'
id 'maven-publish'
}

Expand All @@ -24,15 +24,6 @@ scmVersion {
tag {
prefix = 'v'
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 Expand Up @@ -113,4 +104,4 @@ publishing {
from components.java
}
}
}
}

0 comments on commit 9b26ecf

Please sign in to comment.