Skip to content

Commit acf4e5e

Browse files
authored
Update fix-wrapper.yml
1 parent a495cfa commit acf4e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fix-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: |
1313
GRADLE_VERSION="8.4"
1414
JAR_URL="https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip"
15-
CHECKSUM_URL="https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip.sha256"
15+
CHECKSUM_URL="https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip.sha256"
1616
1717
# Download files
1818
wget -q "$JAR_URL" -O gradle.zip

0 commit comments

Comments
 (0)