Skip to content

Commit 738fd0a

Browse files
authored
Merge pull request #134 from powersync-ja/release
Fix release pipeline
2 parents dc37911 + 91ac2b4 commit 738fd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public abstract class SonatypeCentralExtension(
3434
log.info("Setting up the `:${PUBLISH_LOCAL_TASK_NAME}` task")
3535
project.gradlePublishing.repositories.maven { repo ->
3636
repo.name = REPO_DIR
37-
repo.url = project.uri(project.rootProject.layout.buildDirectory.dir(REPO_DIR))
37+
repo.url = project.uri(project.layout.buildDirectory.dir(REPO_DIR))
3838
}
3939

4040
log.info("Setting up the `:${COMPONENT_BUNDLE_TASK_NAME}` task")

0 commit comments

Comments
 (0)