Skip to content

Commit f0bb0a1

Browse files
author
Vincent Potucek
committed
drop checkstyle
1 parent 4df8983 commit f0bb0a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platform-tooling-support-tests/platform-tooling-support-tests.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ tasks.compileJava {
144144
}
145145
}
146146

147-
tasks.named<Checkstyle>("checkstyle${archUnit.name.capitalized()}").configure {
148-
config = resources.text.fromFile(checkstyle.configDirectory.file("checkstyleTest.xml"))
149-
}
150-
151147
tasks.check {
152148
dependsOn(archUnit)
153149
}

0 commit comments

Comments
 (0)