Allow build-cache globs to function on windows

This commit is contained in:
Joakim Erdfelt 2024-01-02 15:10:04 -06:00
parent 2b9bb8cf9c
commit 6ae676c7d6
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
<global> <global>
<glob>{*.java,*.xml,*.properties,*.mod,*.adoc}</glob> <glob>{*.java,*.xml,*.properties,*.mod,*.adoc}</glob>
<excludes> <excludes>
<exclude>*Jenkinsfile*</exclude> <exclude glob="*Jenkinsfile*" />
<exclude>./idea/*</exclude> <exclude glob="./idea/*" />
</excludes> </excludes>
</global> </global>
<plugins> <plugins>