This commit is contained in:
Vedran Pavic
2019-03-29 21:41:09 +01:00
parent d426792b57
commit aa81c18093

View File

@@ -34,10 +34,5 @@ gradle.taskGraph.whenReady { graph ->
jacoco.enabled = jacocoEnabled
}
}
plugins.withType(CheckstylePlugin) {
dependencies {
checkstyle files("$rootDir/etc/checkstyle/src/main/resources")
}
}
}
}