Skip to content

Commit

Permalink
chore: 🔧 Change dev versions to have -DEV suffix to prevent snapshot …
Browse files Browse the repository at this point in the history
…suffix being converted into timestamp by maven publish
  • Loading branch information
P3pp3rF1y committed Apr 2, 2024
1 parent 94e02d7 commit 401ebe4
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 @@ -147,7 +147,7 @@ static def getBuildNumber() {

static def getStable() {
if ((System.getenv("GITHUB_REF") == null || System.getenv("GITHUB_REF").endsWith("-dev"))) {
return "-SNAPSHOT"
return "-DEV"
}
return ""
}
Expand Down

0 comments on commit 401ebe4

Please sign in to comment.