Skip to content

Commit 8e08358

Browse files
committed
add gradle download
1 parent 3e9cff6 commit 8e08358

File tree

1 file changed

+4
-0
lines changed
  • examples/powertools-examples-core/gradle

1 file changed

+4
-0
lines changed

examples/powertools-examples-core/gradle/gradlew

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ case "$( uname )" in #(
111111
NONSTOP* ) nonstop=true ;;
112112
esac
113113

114+
115+
curl -L -o $APP_HOME/gradle/wrapper/gradle-wrapper.jar https:$(cat gradle-wrapper.properties | grep distributionUrl | cut -d ':' -f 2)
116+
117+
114118
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
115119

116120

0 commit comments

Comments
 (0)