[ISSUE-86] ci: replace Gradle wrapper validation with offline checksum #126

Merged
hitanshu merged 1 commits from Dave/CFTunnels:ISSUE-86 into test 2026-07-05 10:45:13 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit d500a8b276 - Show all commits

View File

@ -14,7 +14,8 @@ jobs:
with: with:
distribution: 'zulu' distribution: 'zulu'
java-version: '17' java-version: '17'
- name: Validate Gradle Wrapper - name: Validate Gradle Wrapper (offline checksum)
uses: gradle/actions/wrapper-validation@v3 run: |
sha256sum --check gradle/wrapper/gradle-wrapper.jar.sha256
- name: Gradle build - name: Gradle build
run: ./gradlew build --info run: ./gradlew build --info

View File

@ -0,0 +1 @@
81a82aaea5abcc8ff68b3dfcb58b3c3c429378efd98e7433460610fecd7ae45f gradle/wrapper/gradle-wrapper.jar