Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 055307e

Browse files
committed
Downgrade Checkstyle to 9.3 for Java 8
1 parent 96352a7 commit 055307e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jacoco {
9898

9999
checkstyle {
100100
configDirectory.set(rootProject.file('src/checkstyle'))
101-
toolVersion = '10.0'
101+
toolVersion = '9.3'
102102
}
103103

104104
dependencies {

0 commit comments

Comments
 (0)