Skip to content

Commit 755c78f

Browse files
committed
Build cleanup
1 parent 2d87082 commit 755c78f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

build.gradle.kts

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

2424
repositories {
25-
mavenLocal()
2625
mavenCentral()
27-
maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
2826
maven(jupyterApiTCRepo)
2927
}
3028

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+
68
repositories {
9+
// Required for integrationTest
10+
mavenLocal()
711
mavenCentral()
8-
maven { url="https://jitpack.io" }
9-
maven { url "https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" }
1012
}
1113

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

0 commit comments

Comments
 (0)