Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Aug 3, 2014
1 parent 9d47835 commit c73dbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -84,7 +84,7 @@ task buildInfo {
}

if (System.getenv().BUILD_NUMBER != null) {
ext.buildNum = "jenkins${System.getenv().BUILD_NUMBER}"
ext.buildNum = "build${System.getenv().BUILD_NUMBER}"
} else {
ext.buildNum = "DEV.${project.buildInfo.revision}"
}
Expand Down

0 comments on commit c73dbc9

Please sign in to comment.