We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc37911 + 91ac2b4 commit 738fd0aCopy full SHA for 738fd0a
plugins/sonatype/src/main/kotlin/com/powersync/plugins/sonatype/SonatypeCentralExtension.kt
@@ -34,7 +34,7 @@ public abstract class SonatypeCentralExtension(
34
log.info("Setting up the `:${PUBLISH_LOCAL_TASK_NAME}` task")
35
project.gradlePublishing.repositories.maven { repo ->
36
repo.name = REPO_DIR
37
- repo.url = project.uri(project.rootProject.layout.buildDirectory.dir(REPO_DIR))
+ repo.url = project.uri(project.layout.buildDirectory.dir(REPO_DIR))
38
}
39
40
log.info("Setting up the `:${COMPONENT_BUNDLE_TASK_NAME}` task")
0 commit comments