We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a495cfa commit acf4e5eCopy full SHA for acf4e5e
.github/workflows/fix-wrapper.yml
@@ -12,7 +12,7 @@ jobs:
12
run: |
13
GRADLE_VERSION="8.4"
14
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"
+ CHECKSUM_URL="https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip.sha256"
16
17
# Download files
18
wget -q "$JAR_URL" -O gradle.zip
0 commit comments