Skip to content

Commit

Permalink
Merge pull request #166 from TechnologyBrewery/165-fix-build-cache
Browse files Browse the repository at this point in the history
#165 🐛 fix broken build cache config so changes to src and tests …
  • Loading branch information
d-ryan-ashcraft authored Jul 1, 2024
2 parents bcebb43 + 3cc958e commit 44255a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mvn/maven-build-cache-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
{*.java,*.xml,*.proto,*.properties,*.py,*.txt,*.toml,.env*,*.feature,*.json}
</glob>
<includes>
<include>src/**</include>
<include>tests/**</include>
<include>src</include>
<include>tests</include>
<include>pom.xml</include>
<include>pyproject.toml</include>
</includes>
Expand Down

0 comments on commit 44255a4

Please sign in to comment.