Allow build-cache globs to function on windows
This commit is contained in:
parent
2b9bb8cf9c
commit
6ae676c7d6
|
@ -24,8 +24,8 @@
|
|||
<global>
|
||||
<glob>{*.java,*.xml,*.properties,*.mod,*.adoc}</glob>
|
||||
<excludes>
|
||||
<exclude>*Jenkinsfile*</exclude>
|
||||
<exclude>./idea/*</exclude>
|
||||
<exclude glob="*Jenkinsfile*" />
|
||||
<exclude glob="./idea/*" />
|
||||
</excludes>
|
||||
</global>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue