Skip to content

Commit

Permalink
Change versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Oct 9, 2019
1 parent f358cb6 commit 1ebcf19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}
}

version = "${minecraft_version}-${mod_version}" + getBuildNumber()
version = "${minecraft_version}-${mod_version}"
group = "com.teammetallurgy.aquaculture"
archivesBaseName = "Aquaculture"

Expand Down Expand Up @@ -94,10 +94,6 @@ artifacts {
archives apiJar
}

String getBuildNumber() {
return System.getenv('BUILD_NUMBER') ? ".alpha" + System.getenv('BUILD_NUMBER') : "";
}

processResources {

// Minifies all .json files when building the mod.
Expand Down

0 comments on commit 1ebcf19

Please sign in to comment.