Add .yml to build cache

This commit is contained in:
fullwall 2023-03-31 01:37:14 +08:00
parent e0a66ff67b
commit 2cc0c1329f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</configuration>
<input>
<global>
<glob> {*.java,*.yaml,*.properties} </glob>
<glob> {*.java,*.yml,*.yaml,*.properties} </glob>
<includes>
<include>src/</include>
</includes>