Skip to content

Commit 91ac2b4

Browse files
committed
Just remove global repo entirely
1 parent 9b92641 commit 91ac2b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugins/sonatype/src/main/kotlin/com/powersync/plugins/sonatype/SonatypeCentralExtension.kt

-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public abstract class SonatypeCentralExtension(
1818
public const val NAME: String = "sonatypePublishing"
1919
public const val GROUP: String = "publishing"
2020
public const val REPO_DIR: String = "sonatypeLocal"
21-
public const val UNIFIED_REPO_DIR: String = "testingLocal"
2221
public const val BUNDLE_DIR: String = "sonatypeBundles"
2322

2423
public const val PUBLISH_TASK_NAME: String = "publishAllPublicationsToSonatypeRepository"
@@ -37,10 +36,6 @@ public abstract class SonatypeCentralExtension(
3736
repo.name = REPO_DIR
3837
repo.url = project.uri(project.layout.buildDirectory.dir(REPO_DIR))
3938
}
40-
project.gradlePublishing.repositories.maven { repo ->
41-
repo.name = UNIFIED_REPO_DIR
42-
repo.url = project.uri(project.rootProject.layout.buildDirectory.dir(UNIFIED_REPO_DIR))
43-
}
4439

4540
log.info("Setting up the `:${COMPONENT_BUNDLE_TASK_NAME}` task")
4641
val sonatypeCentralUploadDir =

0 commit comments

Comments
 (0)