Merge pull request #11215 from jetty/fix/12.0.x/windows-build
Fix Build on Windows
This commit is contained in:
commit
0740b6d1b2
|
@ -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