Skip to content

Commit 5652e61

Browse files
author
Vincent Potucek
committed
checkstyle
1 parent 0cf4dd9 commit 5652e61

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ javaLibrary {
1818
mainJavaVersion = JavaVersion.VERSION_21
1919
}
2020

21-
spotless {
22-
java {
23-
target(files(project.java.sourceSets.map { it.allJava }), "projects/**/*.java")
24-
}
25-
kotlin {
26-
target("projects/**/*.kt")
27-
}
28-
format("projects") {
29-
target("projects/**/*.gradle.kts", "projects/**/*.md")
30-
trimTrailingWhitespace()
31-
endWithNewline()
32-
}
33-
}
34-
3521
val thirdPartyJars = configurations.dependencyScope("thirdPartyJars")
3622
val thirdPartyJarsClasspath = configurations.resolvable("thirdPartyJarsClasspath") {
3723
extendsFrom(thirdPartyJars.get())

0 commit comments

Comments
 (0)