We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0d03b commit 39abef0Copy full SHA for 39abef0
1 file changed
openapi-processor-core/build.gradle.kts
@@ -28,10 +28,10 @@ sourceSets {
28
java {
29
srcDir(tasks.named("generateTestGrammarSource"))
30
}
31
- groovy {
32
- srcDir(tasks.named("compileKotlin"))
33
- srcDir(tasks.named("compileTestKotlin"))
34
- }
+// groovy {
+// srcDir(tasks.named("compileKotlin"))
+// srcDir(tasks.named("compileTestKotlin"))
+// }
35
36
37
testInt {
0 commit comments