File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ val jupyterApiTCRepo: String by project
22
22
val projectName: String by project
23
23
24
24
repositories {
25
+ mavenLocal()
25
26
mavenCentral()
27
+ maven(" https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" )
26
28
maven(jupyterApiTCRepo)
27
29
}
28
30
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ plugins {
3
3
id(" org.jetbrains.kotlin.libs.publisher" )
4
4
}
5
5
6
- group = " org.jetbrains.kotlinx.dataframe"
7
-
8
6
repositories {
9
- // Required for integrationTest
10
- mavenLocal()
11
7
mavenCentral()
8
+ maven { url= " https://jitpack.io" }
9
+ maven { url " https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" }
12
10
}
13
11
12
+ group = " org.jetbrains.kotlinx.dataframe"
13
+
14
14
dependencies {
15
15
implementation(project(" :" ))
16
16
implementation(project(" :dataframe-arrow" ))
You can’t perform that action at this time.
0 commit comments