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-

View File

@@ -260,6 +260,7 @@ under the License.
<maven.javadoc.skip>false</maven.javadoc.skip>
<checkstyle.skip>false</checkstyle.skip>
<pmd.skip>false</pmd.skip>
<pmd.analysisCacheLocation>${user.home}/.cache/runelite/pmd.cache</pmd.analysisCacheLocation>
</properties>
</profile>
</profiles>