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 793a899 commit c2915e0Copy full SHA for c2915e0
.github/workflows/gradle.yml
@@ -25,7 +25,7 @@ jobs:
25
java-version: 11
26
distribution: 'temurin'
27
- name: Validate Gradle Wrapper
28
- uses: gradle/wrapper-validation-action@v1
+ uses: gradle/wrapper-validation-action@v3
29
- name: Setup and execute tests via Gradle
30
uses: gradle/gradle-build-action@v2
31
with:
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
- name: Verify all Java files are formatted correctly according to the Google Java Style Guide using Gradle
56
57
id: verifygooglejavaformat
0 commit comments