Skip to content

Commit

Permalink
Clean up version formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Sep 26, 2016
1 parent 820ebad commit 7649eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -97,10 +97,10 @@ task buildInfo {
if (System.getenv().BUILD_NUMBER != null) {
ext.buildNum = System.getenv().BUILD_NUMBER
} else {
ext.buildNum = "DEV"
ext.buildNum = "DEV.${project.buildInfo.revision}"
}
}
version = "${minecraft.version}-${project.buildInfo.buildNum}.${project.buildInfo.revision}"
version = "${minecraft.version}-${project.buildInfo.buildNum}"

processResources
{
Expand Down

0 comments on commit 7649eef

Please sign in to comment.