Skip to content

Commit

Permalink
chore: Add .mvn directory
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Jun 13, 2023
1 parent 95ed13e commit 224d710
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
- name: Cache Sonar
uses: actions/cache@v3
with:
path: |
~/.m2/build-cache
~/.sonar/cache
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Build
Expand Down
7 changes: 7 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<extensions>
<extension>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
<version>1.0.1</version>
</extension>
</extensions>

0 comments on commit 224d710

Please sign in to comment.