Skip to content

Commit

Permalink
new command for building with version https://github.com/cloudfoundry…
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Aug 10, 2019
1 parent 1588911 commit db7e700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/war-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pushd uaa
tar xfz source.tar.gz
pushd cloudfoundry-uaa-*/

./gradlew clean assemble
./gradlew :clean :assemble -Pversion=${VERSION}
mkdir artifacts
cp uaa/build/libs/cloudfoundry-identity-uaa*.war artifacts/

Expand Down

0 comments on commit db7e700

Please sign in to comment.