Skip to content

Commit

Permalink
Remove rc branches
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Oct 17, 2024
1 parent 8a28fa1 commit 0f2a6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {

def branchName = "git branch --show-current".execute().text.trim()

if (branchName == "main" || branchName == "rc" || branchName == "hotfix-rc") {
if (branchName == "main") {
version = "1.0.1"
} else {
// branchName-SNAPSHOT
Expand Down

0 comments on commit 0f2a6e0

Please sign in to comment.