Skip to content

Commit 4f54f27

Browse files
committed
Fixed checkstyle declaration 2
1 parent e15e4cc commit 4f54f27

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gradle-tasks/staticChecks.gradle

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ tasks.withType(Checkstyle) {
2828
// Specify all files that should be checked
2929
classpath = files()
3030
source "${project.rootDir}"
31-
32-
reports {
33-
xml.enabled false
34-
html.enabled true
35-
}
3631
}
3732

3833
// Execute Checkstyle on all files

0 commit comments

Comments
 (0)