Skip to content

Commit d85dd9b

Browse files
committed
Remove duplication
1 parent 726121e commit d85dd9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.java-library-conventions.gradle.kts

-5
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,6 @@ afterEvaluate {
308308
}
309309
}
310310

311-
checkstyle {
312-
toolVersion = requiredVersionFromLibs("checkstyle")
313-
configDirectory = rootProject.layout.projectDirectory.dir("gradle/config/checkstyle")
314-
}
315-
316311
tasks {
317312
checkstyleMain {
318313
config = resources.text.fromFile(checkstyle.configDirectory.file("checkstyleMain.xml"))

0 commit comments

Comments
 (0)