Skip to content

Commit

Permalink
Reanble Jenkins buildnumber
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Mar 22, 2023
1 parent 6b306a7 commit 8d98f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@ if (System.getenv().BUILD_NUMBER) {
ext.buildnumber = ".B" + System.getenv().BUILD_NUMBER
}

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

Expand Down

0 comments on commit 8d98f24

Please sign in to comment.