Skip to content

Commit 45838e5

Browse files
Revert checkstyle version to 9.3 as 10.X.X requires a minimum of java 11
1 parent e5f0c7f commit 45838e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-tools/src/main/resources/bordertech/bt-checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
44
"https://checkstyle.org/dtds/configuration_1_3.dtd">
55

6-
<!-- Based on sun_checks.xml V10.7.0 (https://github.com/checkstyle/checkstyle/blob/checkstyle-10.7.0/src/main/resources/sun_checks.xml) -->
6+
<!-- Based on sun_checks.xml V9.3 (https://github.com/checkstyle/checkstyle/blob/checkstyle-9.3/src/main/resources/sun_checks.xml) -->
77

88
<!--
99
Checkstyle configuration that checks the sun coding conventions from:

qa-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<bt.jacoco.plugin.version>0.8.8</bt.jacoco.plugin.version>
9191
<bt.surefire.plugin.version>2.22.2</bt.surefire.plugin.version>
9292
<bt.checkstyle.plugin.version>3.2.1</bt.checkstyle.plugin.version>
93-
<bt.checkstyle.version>10.7.0</bt.checkstyle.version>
93+
<bt.checkstyle.version>9.3</bt.checkstyle.version>
9494
<bt.pmd.plugin.version>3.20.0</bt.pmd.plugin.version>
9595
<bt.pmd.version>6.54.0</bt.pmd.version>
9696
<bt.spotbugs.plugin.version>4.7.3.0</bt.spotbugs.plugin.version>

0 commit comments

Comments
 (0)