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.
1 parent 368c7a3 commit b6d6049Copy full SHA for b6d6049
buildSrc/src/main/kotlin/jda-publish.gradle.kts
@@ -54,7 +54,7 @@ jreleaser {
54
register("sonatype") {
55
active = Active.RELEASE
56
url = "https://central.sonatype.com/api/v1/publisher"
57
- stagingRepository(stagingDirectory.asFile.relativeTo(projectDir).path)
+ stagingRepository(stagingDirectory.asFile.absolutePath)
58
}
59
60
0 commit comments