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 ee11c53 commit 34a4536Copy full SHA for 34a4536
.github/workflows/gradle-wrapper-validation.yml
.github/workflows/jvm-ci.yml
@@ -30,9 +30,7 @@ jobs:
30
distribution: "temurin"
31
java-version: ${{ matrix.jre }}
32
- name: gradle caching
33
- uses: gradle/actions/setup-gradle@v3
34
- with:
35
- gradle-home-cache-cleanup: true
+ uses: gradle/actions/setup-gradle@v4
36
- run: git fetch origin main
37
- run: ./gradlew build --no-configuration-cache
38
- name: junit result
0 commit comments