Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed May 22, 2024
1 parent ca98542 commit e6364b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ scmVersion {
versionSeparator.set('-')
}
}
//project.version = "${SRU}-${scmVersion.version}"
project.version = "${SRU}-9.5.0-SNAPSHOT"
project.version = "${SRU}-${scmVersion.version}"
//project.version = "${SRU}-9.5.0"

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down

0 comments on commit e6364b8

Please sign in to comment.