Skip to content

Commit 2e01c3c

Browse files
committed
Add .gradle to cache
1 parent 506edac commit 2e01c3c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
path: |
2626
~/.m2/repository
2727
~/.cache
28+
~/.gradle
2829
vendor/bundle
2930
target/repositories
3031
key: v3-${{ runner.os }}-${{ hashFiles('pmdtester.gemspec') }}

.github/workflows/manual-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
path: |
1919
~/.m2/repository
2020
~/.cache
21+
~/.gradle
2122
vendor/bundle
2223
target/repositories
2324
key: v3-${{ runner.os }}-${{ hashFiles('pmdtester.gemspec') }}

0 commit comments

Comments
 (0)