Skip to content

Commit 018e5ae

Browse files
committed
Cache gradle in GitHub workflow
1 parent b79a30c commit 018e5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
java-version: ${{ matrix.java }}
2626
distribution: 'corretto'
27+
cache: gradle
2728

2829
- name: clean and build
2930
run: ./gradlew clean build -Plog-tests

0 commit comments

Comments
 (0)