Skip to content

Commit bfc8ce1

Browse files
authored
deps: update dependency com.puppycrawl.tools:checkstyle to v10 (#435)
* Skip checkstyle on Java 8 builds
1 parent cb8c29c commit bfc8ce1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,10 @@
628628
</repositories>
629629
</profile>
630630
<profile>
631-
<!-- Only run checkstyle plugin on Java 8+ (checkstyle artifact only supports Java 8+) -->
631+
<!-- Only run checkstyle plugin on Java 11+ (checkstyle artifact only supports Java 11+) -->
632632
<id>checkstyle-tests</id>
633633
<activation>
634-
<jdk>[1.8,)</jdk>
634+
<jdk>[1.11,)</jdk>
635635
</activation>
636636
<build>
637637
<plugins>
@@ -643,7 +643,7 @@
643643
<dependency>
644644
<groupId>com.puppycrawl.tools</groupId>
645645
<artifactId>checkstyle</artifactId>
646-
<version>9.3</version>
646+
<version>10.3.1</version>
647647
</dependency>
648648
</dependencies>
649649
<executions>

0 commit comments

Comments
 (0)