Skip to content

Commit

Permalink
Fix build jar file name
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Sep 23, 2023
1 parent 9add22d commit af9fa98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ processResources.dependsOn createMixinConfig
createMixinConfig.dependsOn compileJava

def getVersionMetadata() {
def build_release = System.getenv("BUILD_RELEASE") == "true"
// CI builds only
if (project.hasProperty("build.release")) {
if (build_release) {
return "" // no tag whatsoever
}

Expand Down

0 comments on commit af9fa98

Please sign in to comment.