File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ val modulesUsingJava11 = with(projects) {
158
158
dataframeGeoJupyter,
159
159
examples.ideaExamples.titanic,
160
160
examples.ideaExamples.unsupportedDataSources,
161
- // samples,
161
+ samples,
162
162
plugins.dataframeGradlePlugin,
163
163
)
164
164
}.map { it.path }
Original file line number Diff line number Diff line change @@ -36,8 +36,12 @@ dependencies {
36
36
37
37
testImplementation(projects.dataframeJupyter)
38
38
testImplementation(projects.dataframeGeoJupyter)
39
- testImplementation(libs.kandy.notebook)
40
- testImplementation(libs.kandy.stats)
39
+ testImplementation(libs.kandy.notebook) {
40
+ exclude(" org.jetbrains.kotlinx" , " dataframe" )
41
+ }
42
+ testImplementation(libs.kandy.stats) {
43
+ exclude(" org.jetbrains.kotlinx" , " dataframe" )
44
+ }
41
45
42
46
testImplementation(libs.kotestAssertions) {
43
47
exclude(" org.jetbrains.kotlin" , " kotlin-stdlib-jdk8" )
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ jai-core = "1.1.3"
63
63
jts = " 1.20.0"
64
64
65
65
# Normal examples Kandy versions
66
- kandy = " 0.8.2 -dev-87 "
66
+ kandy = " 0.8.1 -dev-89 "
67
67
68
68
# Example notebooks Kandy versions
69
69
kandy-notebook = " 0.8.1n"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include("plugins:symbol-processor")
12
12
include(" plugins:expressions-converter" )
13
13
include(" plugins:kotlin-dataframe" )
14
14
include(" plugins:public-api-modifier" )
15
- // include("samples")
15
+ include(" samples" )
16
16
include(" dataframe-json" )
17
17
include(" dataframe-arrow" )
18
18
include(" dataframe-openapi" )
You can’t perform that action at this time.
0 commit comments