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 39ab34f commit e4cce2cCopy full SHA for e4cce2c
README.md
@@ -14,6 +14,7 @@ This plugin provides coding rules from [Checkstyle](http://checkstyle.sourceforg
14
15
Checkstyle Plugin|Sonar|Checkstyle|Jdk
16
-----------------|-----|----------|---
17
+4.9|5.6.6|8.9|1.8
18
4.8|5.6.6|8.8|1.8
19
4.7|5.6.6|8.7|1.8
20
4.6|5.6.6|8.6|1.8
pom.xml
@@ -85,7 +85,7 @@
85
</ciManagement>
86
87
<properties>
88
- <checkstyle.version>8.8</checkstyle.version>
+ <checkstyle.version>8.9</checkstyle.version>
89
<sonar.version>5.6.6</sonar.version>
90
<sonar-java.version>3.7</sonar-java.version>
91
<java.version>1.8</java.version>
0 commit comments