Skip to content

Commit e373d84

Browse files
authored
Update main.yml
1 parent abe0712 commit e373d84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
with:
3232
java-version: '17'
3333
distribution: 'temurin'
34+
cache: 'gradle'
35+
cache-dependency-path: |
36+
**/*.gradle*
37+
**/**/gradle-wrapper.properties
3438
- name: Set up Gradle (caches wrapper & deps)
3539
uses: gradle/actions/setup-gradle@v3
3640
- name: Build Project

0 commit comments

Comments
 (0)