Upgrade checkstyle; remove supressed indentation markers for new-style switches

This commit is contained in:
2024-05-17 16:38:28 -05:00
parent be69836b5b
commit 65fe6a002c
25 changed files with 58 additions and 84 deletions

View File

@ -150,7 +150,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.0</version>
<version>10.16.0</version>
</dependency>
</dependencies>
<executions>