Skip to content

Commit

Permalink
Update gradlew to download 5.4.1 wrapper Jar if missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed Oct 14, 2019
1 parent b1a8c43 commit 95ea4f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ case "`uname`" in
;;
esac

if [ ! -e $APP_HOME/gradle/wrapper/gradle-wrapper.jar ]; then
curl -o $APP_HOME/gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/v5.4.1/gradle/wrapper/gradle-wrapper.jar
fi

CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar

# Determine the Java command to use to start the JVM.
Expand Down

0 comments on commit 95ea4f1

Please sign in to comment.