Skip to content

Commit a616b63

Browse files
committed
Revert "Build cleanup"
This reverts commit 5358e32.
1 parent 5e591da commit a616b63

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ val jupyterApiTCRepo: String by project
2222
val projectName: String by project
2323

2424
repositories {
25+
mavenLocal()
2526
mavenCentral()
27+
maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
2628
maven(jupyterApiTCRepo)
2729
}
2830

plugins/symbol-processor/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ plugins {
33
id("org.jetbrains.kotlin.libs.publisher")
44
}
55

6-
group = "org.jetbrains.kotlinx.dataframe"
7-
86
repositories {
9-
// Required for integrationTest
10-
mavenLocal()
117
mavenCentral()
8+
maven { url="https://jitpack.io" }
9+
maven { url "https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" }
1210
}
1311

12+
group = "org.jetbrains.kotlinx.dataframe"
13+
1414
dependencies {
1515
implementation(project(":"))
1616
implementation(project(":dataframe-arrow"))

0 commit comments

Comments
 (0)