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

This commit is contained in:
md_5 2021-11-22 15:27:24 +11:00
parent 8b363d3d1f
commit bee99beab1
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

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