diff --git a/build.gradle.kts b/build.gradle.kts index 6306cff..8aa3eba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,13 +5,6 @@ plugins { id("checkstyle") } -tasks.withType { - reports { - xml.required.set(false) - html.required.set(true) - } -} - tasks.withType { reports { // Disable HTML report