Skip to content

Commit

Permalink
Merge pull request #919 from IETS3/merge/mps20213
Browse files Browse the repository at this point in the history
Merge maintenance/mps20213 into maintenance/mps20222
  • Loading branch information
sergej-koscejev authored Apr 16, 2024
2 parents 304e3fb + 44b38e5 commit e846015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if (project.hasProperty('iets3OpenSourceVersion')) {
if (ciBuild) {
currentBranch = GitBasedVersioning.gitBranch

def buildNumber = System.env.BUILD_NUMBER.toInteger()
def buildNumber = System.env.BUILD_COUNTER.toInteger()
if (currentBranch.startsWith("maintenance-")) {
version = "$major.$minor.$buildNumber.${GitBasedVersioning.gitShortCommitHash}"
} else {
Expand Down

0 comments on commit e846015

Please sign in to comment.