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