BUILDTOOLS-569: development maven profile fails build on windows

This commit is contained in:
md_5 2021-02-08 21:08:44 +11:00
parent b9b0c4e4a4
commit a82b212973
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -23,7 +23,7 @@
<!-- See http://checkstyle.sourceforge.net/config_filters.html -->
<module name="SuppressionSingleFilter">
<property name="checks" value="UnusedImports"/>
<property name="files" value="net/minecraft/server/"/>
<property name="files" value=".*[/\\]net[/\\]minecraft[/\\]server[/\\].*"/>
</module>
<module name="TreeWalker">