Skip to content

Commit

Permalink
Don't use -SNAPSHOT in version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Oct 25, 2024
1 parent 1f46beb commit 3063b35
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 @@ -55,5 +55,5 @@ version = scmVersion.version + "-alpha"

allprojects {
group = 'org.docstr.gwt'
project.version = rootProject.version
project.version = rootProject.version.replace("-SNAPSHOT", "")
}

0 comments on commit 3063b35

Please sign in to comment.