File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ val jupyterApiTCRepo: String by project
22
22
val projectName: String by project
23
23
24
24
repositories {
25
- mavenLocal()
26
25
mavenCentral()
27
- maven(" https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" )
28
26
maven(jupyterApiTCRepo)
29
27
}
30
28
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
+
6
8
repositories {
9
+ // Required for integrationTest
10
+ mavenLocal()
7
11
mavenCentral()
8
- maven { url= " https://jitpack.io" }
9
- maven { url " https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" }
10
12
}
11
13
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