Skip to content

Commit 2aa50ca

Browse files
committed
Upgrade gradle action
1 parent f51a4b9 commit 2aa50ca

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

.github/workflows/ci.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ jobs:
1616
with:
1717
java-version: ${{ matrix.java }}
1818
distribution: adopt-hotspot
19-
- name: Cache Gradle packages
20-
uses: actions/cache@v4.2.2
19+
- name: Setup Gradle
20+
uses: gradle/actions/setup-gradle@v4
2121
with:
22-
path: ~/.gradle/caches
23-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
24-
restore-keys: ${{ runner.os }}-gradle
22+
dependency-graph: generate-and-submit
23+
add-job-summary-as-pr-comment: always
2524
- name: Build with Gradle
2625
run: ./gradlew check jacocoTestReport

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

-10
This file was deleted.

0 commit comments

Comments
 (0)