Skip to content

Commit

Permalink
Fix: Beta version jar build
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed May 12, 2024
1 parent 41d861b commit 339996b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ task fatJar(type: Jar) {
}

task betaJar() {
version = "${version}-beta"
doFirst {
version = "${version}-beta"
}
finalizedBy(fatJar)
}

0 comments on commit 339996b

Please sign in to comment.