Skip to content

Commit

Permalink
Remove -SNAPSHOT from version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Oct 25, 2024
1 parent 1450626 commit 09ebf17
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 @@ -54,7 +54,7 @@ scmVersion {
}
}

version = scmVersion.version
version = scmVersion.version.replace("-SNAPSHOT", "")

allprojects {
group = 'org.docstr.gwt'
Expand Down

0 comments on commit 09ebf17

Please sign in to comment.