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 98fcee1 commit b72da22Copy full SHA for b72da22
.github/workflows/ci.yml
@@ -23,7 +23,6 @@ jobs:
23
java-version: "18"
24
cache: "gradle"
25
- name: Validate Gradle wrapper
26
- # v4.4.1
27
- uses: gradle/actions/wrapper-validation@6a96db5a3f33ee3428706da0bfc3de5c5a8f698c
+ uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
28
- name: Build package
29
run: ./gradlew build
0 commit comments