1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-26 00:27:08 +01:00

Downgrade to Checkstyle 8.x as 9.x series has much larger memory usage

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2021-11-22 15:27:06 +11:00
parent 31805744d2
commit bf2c5f3df0

View file

@ -223,7 +223,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.1</version>
<version>8.45.1</version>
</dependency>
</dependencies>
</plugin>