Skip to content

Commit c6dfb60

Browse files
committed
cache .gradle
1 parent 90fcc7d commit c6dfb60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
distribution: 'temurin'
3232
java-version: '17'
33+
cache: 'gradle'
34+
cache-dependency-path: | # optional
35+
.gradle/*
3336
3437
# https://github.com/marketplace/actions/build-with-gradle
3538
#- name: Setup Gradle

0 commit comments

Comments
 (0)