File tree 1 file changed +0
-5
lines changed
plugins/sonatype/src/main/kotlin/com/powersync/plugins/sonatype
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ public abstract class SonatypeCentralExtension(
18
18
public const val NAME : String = " sonatypePublishing"
19
19
public const val GROUP : String = " publishing"
20
20
public const val REPO_DIR : String = " sonatypeLocal"
21
- public const val UNIFIED_REPO_DIR : String = " testingLocal"
22
21
public const val BUNDLE_DIR : String = " sonatypeBundles"
23
22
24
23
public const val PUBLISH_TASK_NAME : String = " publishAllPublicationsToSonatypeRepository"
@@ -37,10 +36,6 @@ public abstract class SonatypeCentralExtension(
37
36
repo.name = REPO_DIR
38
37
repo.url = project.uri(project.layout.buildDirectory.dir(REPO_DIR ))
39
38
}
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
- }
44
39
45
40
log.info(" Setting up the `:${COMPONENT_BUNDLE_TASK_NAME } ` task" )
46
41
val sonatypeCentralUploadDir =
You can’t perform that action at this time.
0 commit comments