Skip to content

Commit

Permalink
Add .yml to build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Mar 30, 2023
1 parent ddbb326 commit de29466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mvn/maven-build-cache-config.xml
Expand Up @@ -12,7 +12,7 @@
</configuration>
<input>
<global>
<glob> {*.java,*.yaml,*.properties} </glob>
<glob> {*.java,*.yml,*.yaml,*.properties} </glob>
<includes>
<include>src/</include>
</includes>
Expand Down

0 comments on commit de29466

Please sign in to comment.