matriv commented on a change in pull request #504:
URL: https://github.com/apache/flink-web/pull/504#discussion_r799403285
##########
File path: q/gradle-quickstart.sh
##########
@@ -232,6 +223,13 @@ else
exit 1
fi
+# create gradle dir with gradle wrapper
+mkdir -p gradle/wrapper
+cat > gradle/wrapper/gradle-wrapper.properties <<EOF
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
+EOF
Review comment:
I have added the instructions here:
https://github.com/apache/flink/pull/18609/files#diff-b8bb4e796f587464ed5b9e215b5eade045eb10f087df8dfaea260d930aeb684fR415
for how one could use the wrapper.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]