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 0a45c15 commit 89d111cCopy full SHA for 89d111c
build.gradle
@@ -196,6 +196,7 @@ checkstyle {
196
"checkstyle.suppressions.file": project.file("config/checkstyle/suppressions.xml"),
197
"checkstyle.header.file" : project.file("config/license/HEADER_JAVA")
198
]
199
+ checkstyleMain.exclude '**/module-info.java'
200
}
201
202
if (project.hasProperty("releaseMode")) {
0 commit comments