Skip to content

Commit

Permalink
Slightly tweak builder output format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Nov 30, 2013
1 parent 7c68cfb commit de0a33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -58,7 +58,7 @@ task buildInfo {
def proc = cmd.execute()
ext.revision = proc.text.trim()
}
version = "${minecraft.version}-${System.getenv().BUILD_NUMBER}.${project.buildInfo.revision}"
version = "${minecraft.version}-${System.getenv().BUILD_NUMBER}-${project.buildInfo.revision}"

sourceSets {
main {
Expand Down

0 comments on commit de0a33f

Please sign in to comment.