Skip to content

Commit 89d111c

Browse files
committed
Fix checkstyle problem with module-info.java under 11
1 parent 0a45c15 commit 89d111c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ checkstyle {
196196
"checkstyle.suppressions.file": project.file("config/checkstyle/suppressions.xml"),
197197
"checkstyle.header.file" : project.file("config/license/HEADER_JAVA")
198198
]
199+
checkstyleMain.exclude '**/module-info.java'
199200
}
200201

201202
if (project.hasProperty("releaseMode")) {

0 commit comments

Comments
 (0)