Skip to content

Commit

Permalink
Merge pull request #920 from IETS3/merge/mps20222
Browse files Browse the repository at this point in the history
Merge maintenance/mps20222 into maintenance/mps20223
  • Loading branch information
sergej-koscejev authored Apr 16, 2024
2 parents 1cb67ec + 73c8fba commit 9e1f6e3
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 @@ -83,7 +83,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 9e1f6e3

Please sign in to comment.