SPIGOT-6063: ConsoleSender sending extra lines in Java 13+

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2020-09-12 09:05:20 +10:00
parent c6d968eda2
commit 3c76d377fa
3 changed files with 22 additions and 50 deletions

View File

@@ -37,6 +37,12 @@
<version>2.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-iostreams</artifactId>
<version>2.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>