Skip to content

Commit d8afa16

Browse files
committed
include JsonFacadeForDebugger in compilation
1 parent e00f894 commit d8afa16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dataframe-json/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ tasks.test {
5353
useJUnitPlatform()
5454
}
5555

56+
sourceSets {
57+
main {
58+
java.srcDirs("src/main/kotlin")
59+
}
60+
}
61+
5662
val instrumentedJars: Configuration by configurations.creating {
5763
isCanBeConsumed = true
5864
isCanBeResolved = false

0 commit comments

Comments
 (0)