Skip to content

Commit

Permalink
Disable Jenkins version number, temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Mar 22, 2023
1 parent 6d48c22 commit 6b306a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (System.getenv().BUILD_NUMBER) {
ext.buildnumber = ".B" + System.getenv().BUILD_NUMBER
}

version = "${minecraft_version}-${mod_version}${buildnumber}"
version = "${minecraft_version}-${mod_version}"
group = "dmillerw.menu"
archivesBaseName = "MineMenu"

Expand Down Expand Up @@ -52,4 +52,4 @@ jar {
"Implementation-Version": "${version}"
])
}
}
}

0 comments on commit 6b306a7

Please sign in to comment.