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:14 +11:00
parent ecfd37b3d8
commit f38217938a
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

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