mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-21 07:50:52 +01:00
BUILDTOOLS-569: development maven profile fails build on windows
By: md_5 <git@md-5.net>
This commit is contained in:
parent
47abd03c46
commit
2a0d4308e9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
<!-- See http://checkstyle.sourceforge.net/config_filters.html -->
|
<!-- See http://checkstyle.sourceforge.net/config_filters.html -->
|
||||||
<module name="SuppressionSingleFilter">
|
<module name="SuppressionSingleFilter">
|
||||||
<property name="checks" value="UnusedImports"/>
|
<property name="checks" value="UnusedImports"/>
|
||||||
<property name="files" value="net/minecraft/server/"/>
|
<property name="files" value=".*[/\\]net[/\\]minecraft[/\\]server[/\\].*"/>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
<module name="TreeWalker">
|
<module name="TreeWalker">
|
||||||
|
|
Loading…
Add table
Reference in a new issue