Skip to content

Commit

Permalink
Merge pull request #228 from FatSaw/ver/1.12.2
Browse files Browse the repository at this point in the history
Some changes from other Paper forks
  • Loading branch information
josephworks authored Jul 9, 2022
2 parents cfa99ef + 62aa216 commit 98a7b4d
Show file tree
Hide file tree
Showing 10 changed files with 3,523 additions and 26 deletions.
7 changes: 7 additions & 0 deletions sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
<filter>
<artifact>org.spigotmc:minecraft-server:**</artifact>
<excludes>
<exclude>io/netty/**</exclude>
<exclude>org/apache/logging/log4j/**</exclude>
</excludes>
</filter>
Expand Down Expand Up @@ -344,6 +345,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<excludes>
<exclude>org/spigotmc/CaseInsensitiveHashingStrategy.java</exclude>
<exclude>org/spigotmc/CaseInsensitiveMap.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Loading

0 comments on commit 98a7b4d

Please sign in to comment.