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:
CraftBukkit/Spigot 2021-11-22 15:27:14 +11:00
parent ba1c4ea9b7
commit 0e36e68e8b

View file

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