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 f357221 commit f4f5303Copy full SHA for f4f5303
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
java-version: "18"
21
cache: "gradle"
22
- name: Validate Gradle wrapper
23
- uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 // v4.4.1
+ # v4.4.1
24
+ uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96
25
- name: Build package
26
run: ./gradlew build
0 commit comments