Skip to content

Commit

Permalink
Merge pull request #36889 from gsmet/build-cache-cache
Browse files Browse the repository at this point in the history
Build cache - Also exclude .cache for Spotless
  • Loading branch information
gsmet authored Nov 6, 2023
2 parents 9f9d88e + 63b4239 commit 31d8fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@
<exclude>.project</exclude>
<exclude>.settings/*</exclude>
<exclude>target/*</exclude>
<exclude>.cache/*</exclude>
</excludes>
<normalization>
<ignoreEmptyDirectories>true</ignoreEmptyDirectories>
Expand Down

0 comments on commit 31d8fb9

Please sign in to comment.