8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8c29c commit bfc8ce1Copy full SHA for bfc8ce1
pom.xml
@@ -628,10 +628,10 @@
628
</repositories>
629
</profile>
630
<profile>
631
- <!-- Only run checkstyle plugin on Java 8+ (checkstyle artifact only supports Java 8+) -->
+ <!-- Only run checkstyle plugin on Java 11+ (checkstyle artifact only supports Java 11+) -->
632
<id>checkstyle-tests</id>
633
<activation>
634
- <jdk>[1.8,)</jdk>
+ <jdk>[1.11,)</jdk>
635
</activation>
636
<build>
637
<plugins>
@@ -643,7 +643,7 @@
643
<dependency>
644
<groupId>com.puppycrawl.tools</groupId>
645
<artifactId>checkstyle</artifactId>
646
- <version>9.3</version>
+ <version>10.3.1</version>
647
</dependency>
648
</dependencies>
649
<executions>
0 commit comments