Skip to content

Commit 469ed11

Browse files
committed
Also use setup-gradle action for caching in ci.yml
1 parent 011c65e commit 469ed11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
distribution: 'temurin'
2222
java-version: 21
23+
- name: Setup Gradle
24+
uses: gradle/actions/setup-gradle@v4
2325

2426
- name: Run Tests in Docker
2527
run: bin/run-tests-in-docker.sh

0 commit comments

Comments
 (0)