Skip to content

Commit

Permalink
Add .gradle to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Dec 6, 2024
1 parent 506edac commit 2e01c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
path: |
~/.m2/repository
~/.cache
~/.gradle
vendor/bundle
target/repositories
key: v3-${{ runner.os }}-${{ hashFiles('pmdtester.gemspec') }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
path: |
~/.m2/repository
~/.cache
~/.gradle
vendor/bundle
target/repositories
key: v3-${{ runner.os }}-${{ hashFiles('pmdtester.gemspec') }}
Expand Down

0 comments on commit 2e01c3c

Please sign in to comment.