diff --git a/build.gradle b/build.gradle index 9cc6f02..eb540b2 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ jreleaser { sonatype { active = 'ALWAYS' url = 'https://central.sonatype.com/api/v1/publisher' - stagingRepository('target/staging-deploy') + stagingRepository('build/staging-deploy') } } }