Skip to content

Commit f448be5

Browse files
committed
Fixed checkstyle declaration 3
1 parent 4f54f27 commit f448be5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gradle-tasks/staticChecks.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ tasks.withType(Pmd) {
4444
// Specify all files that should be checked
4545
classpath = files()
4646
source "${project.rootDir}"
47-
48-
reports {
49-
xml.enabled false
50-
html.enabled true
51-
}
5247
}
5348

5449
// Execute Checkstyle on all files

0 commit comments

Comments
 (0)