Caleb B
12/28/2025, 12:24 AMio.github.gradle-nexus.publish-plugin, but I'm getting the error "No staging repository with name sonatype created." Has anyone here encountered it and figured out how to fix it?Caleb B
12/28/2025, 12:29 AMnexusPublishing {
repositories {
// see <https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration>
sonatype {
nexusUrl.set(uri("<https://ossrh-staging-api.central.sonatype.com/service/local/>"))
snapshotRepositoryUrl.set(uri("<https://central.sonatype.com/repository/maven-snapshots/>"))
stagingProfileId.set(MY_NEXUS_ID)
}
}
}
I've also tried just sonatype(), which sets the default URLs, and it gives the same error.mbonnin
12/28/2025, 10:25 AMstagingProfile bits?mbonnin
12/28/2025, 10:28 AM