We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf4dd9 commit 5652e61Copy full SHA for 5652e61
platform-tooling-support-tests/platform-tooling-support-tests.gradle.kts
@@ -18,20 +18,6 @@ javaLibrary {
18
mainJavaVersion = JavaVersion.VERSION_21
19
}
20
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
-
35
val thirdPartyJars = configurations.dependencyScope("thirdPartyJars")
36
val thirdPartyJarsClasspath = configurations.resolvable("thirdPartyJarsClasspath") {
37
extendsFrom(thirdPartyJars.get())
0 commit comments