Skip to content

Commit

Permalink
override the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
munir-rakuten committed Jul 12, 2023
1 parent e7b3bf5 commit fea351c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,9 @@ allprojects {
versionSeparator = ''
versionIncrementer 'incrementMinor'
}
nextVersion {
suffix = 'alpha'
separator = '-'
}
//override the version
versionCreator({versionFromTag,scmPosition -> "5.3.0-alpha"})
}

project.version = scmVersion.version
}

Expand Down

0 comments on commit fea351c

Please sign in to comment.