Skip to content

Commit 34a4536

Browse files
committed
setup-gradle@v4 has wrapper validation and cache cleanup enabled by default.
1 parent ee11c53 commit 34a4536

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/jvm-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
distribution: "temurin"
3131
java-version: ${{ matrix.jre }}
3232
- name: gradle caching
33-
uses: gradle/actions/setup-gradle@v3
34-
with:
35-
gradle-home-cache-cleanup: true
33+
uses: gradle/actions/setup-gradle@v4
3634
- run: git fetch origin main
3735
- run: ./gradlew build --no-configuration-cache
3836
- name: junit result

0 commit comments

Comments
 (0)