We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c93680 commit 673dab0Copy full SHA for 673dab0
gradlew
@@ -228,6 +228,8 @@ for attempt in 1 2 3; do
228
# If the local checksum does not match the required checksum, delete the JAR to force re-download.
229
if [ "$LOCAL_WRAPPER_JAR_CHECKSUM" != "$REQUIRED_WRAPPER_JAR_CHECKSUM" ] ; then
230
rm -f "$APP_HOME/gradle/wrapper/gradle-wrapper.jar"
231
+ else
232
+ break
233
fi
234
235
done
wrapper.gradle
@@ -74,6 +74,8 @@ task bootstrapWrapper() {
74
75
if [ "\$LOCAL_WRAPPER_JAR_CHECKSUM" != "\$REQUIRED_WRAPPER_JAR_CHECKSUM" ] ; then
76
rm -f "$wrapperJarPath"
77
78
79
80
81
0 commit comments