diff --git a/build.gradle b/build.gradle index 3a5bc1e5..843a33d5 100644 --- a/build.gradle +++ b/build.gradle @@ -34,10 +34,5 @@ gradle.taskGraph.whenReady { graph -> jacoco.enabled = jacocoEnabled } } - plugins.withType(CheckstylePlugin) { - dependencies { - checkstyle files("$rootDir/etc/checkstyle/src/main/resources") - } - } } }