Skip to content

Commit

Permalink
use gradle wrapper for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Lensing committed May 2, 2017
1 parent 8b6396c commit 59ed813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

if ([ -n ${RELEASE_VERSION_NUMBER} ] && [ -n ${NEW_VERSION_NUMBER} ]); then
echo "Releasing"
./gradle release -Prelease.useAutomaticVersion=true \
./gradlew release -Prelease.useAutomaticVersion=true \
-Prelease.releaseVersion=$RELEASE_VERSION_NUMBER \
-Prelease.newVersion=$NEW_VERSION_NUMBER
else
Expand Down

0 comments on commit 59ed813

Please sign in to comment.