Skip to content

Commit b6d6049

Browse files
committed
Fix staging repo path
1 parent 368c7a3 commit b6d6049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/jda-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jreleaser {
5454
register("sonatype") {
5555
active = Active.RELEASE
5656
url = "https://central.sonatype.com/api/v1/publisher"
57-
stagingRepository(stagingDirectory.asFile.relativeTo(projectDir).path)
57+
stagingRepository(stagingDirectory.asFile.absolutePath)
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)