This commit is contained in:
Vedran Pavic
2019-03-29 21:41:09 +01:00
parent 094ffe8a60
commit 7a5f9bc29e

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")
}
}
}
}