Skip to content

Commit 39abef0

Browse files
committed
not needed
1 parent 6c0d03b commit 39abef0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi-processor-core/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ sourceSets {
2828
java {
2929
srcDir(tasks.named("generateTestGrammarSource"))
3030
}
31-
groovy {
32-
srcDir(tasks.named("compileKotlin"))
33-
srcDir(tasks.named("compileTestKotlin"))
34-
}
31+
// groovy {
32+
// srcDir(tasks.named("compileKotlin"))
33+
// srcDir(tasks.named("compileTestKotlin"))
34+
// }
3535
}
3636

3737
testInt {

0 commit comments

Comments
 (0)