Skip to content

Commit

Permalink
checkstyle 9.x才支持jdk8,再高版本就不支持jdk8了
Browse files Browse the repository at this point in the history
checkstyle 9.x才支持jdk8,再高版本就不支持jdk8了
  • Loading branch information
lizongbo committed Jun 16, 2024
1 parent 68041f1 commit 6680cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.17.0</version>
<version>9.3</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 6680cba

Please sign in to comment.