Skip to content

Commit 65a8526

Browse files
committed
update to use gradle action for dedicated caching
1 parent f39abb0 commit 65a8526

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
with:
2626
distribution: temurin
2727
java-version: 21
28-
cache: gradle
28+
29+
- name: Set up Gradle
30+
uses: gradle/actions/setup-gradle@v6
2931

3032
- name: Make Gradle wrapper executable
3133
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)