We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a56f7a commit 62aa216Copy full SHA for 62aa216
sources/pom.xml
@@ -345,10 +345,10 @@
345
<groupId>org.apache.maven.plugins</groupId>
346
<artifactId>maven-compiler-plugin</artifactId>
347
<version>3.7.0</version>
348
- <configuration>
+ <configuration>
349
<excludes>
350
<exclude>org/spigotmc/CaseInsensitiveHashingStrategy.java</exclude>
351
- <exclude>org/spigotmc/CaseInsensitiveMap.java</exclude>
+ <exclude>org/spigotmc/CaseInsensitiveMap.java</exclude>
352
</excludes>
353
</configuration>
354
</plugin>
0 commit comments