Skip to content

Commit

Permalink
Unique jar for each build
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 23, 2014
1 parent 3c27897 commit ec8338c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flights-web-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'cloudfoundry'

jar {
baseName = 'flights-web-service'
version = appVersion
version = "${appVersion}-${buildNumber}"
}

group = "com.wakaleo.flying-high"
Expand Down

0 comments on commit ec8338c

Please sign in to comment.