cl: set pmd cache location

This commit is contained in:
Adam
2022-04-24 11:32:31 -04:00
parent 1edd417336
commit 6a4544ed2e
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
path: |
~/.m2/repository
~/.cache/runelite
key: ${{ runner.os }}-cache-${{ hashFiles('**/pom.xml', '**/build.sh') }}
key: ${{ runner.os }}-cache-${{ hashFiles('**/pom.xml', '**/build.sh', '**/pmd-ruleset.xml') }}
restore-keys: |
${{ runner.os }}-cache-