Skip to content

Commit c92dc2b

Browse files
committed
rollback from korro dev for now
1 parent bef3459 commit c92dc2b

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

core/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ korro {
212212
include("src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/*.kt")
213213
}
214214

215-
outputs = fileTree(project.projectDir) {
216-
include("outputs/")
217-
}
218-
219215
groupSamples {
220216

221217
beforeSample.set("<tab title=\"NAME\">\n")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ libsPublisher = "0.0.60-dev-30"
88
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
99
# dogfood Gradle / KSP plugins in tests and idea-examples modules
1010
dataframe = "0.9.1"
11-
korro = "0.1.3-dev"
11+
korro = "0.1.3"
1212
kover = "0.6.0-Beta"
1313

1414
commonsCsv = "1.8"

tests/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ korro {
4848
include("src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/*.kt")
4949
}
5050

51-
outputs = fileTree(project.projectDir) {
52-
include("outputs/")
53-
}
54-
5551
groupSamples {
5652

5753
beforeSample.set("<tab title=\"NAME\">\n")

0 commit comments

Comments
 (0)