We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb98ce commit c18ce76Copy full SHA for c18ce76
build.gradle.kts
@@ -206,6 +206,8 @@ nexusPublishing {
206
useStaging.set(!project.isSnapshotVersion())
207
packageGroup.set(PublicationSettings.STAGING_PACKAGE_GROUP)
208
stagingProfileId.set(PublicationSettings.STAGING_PROFILE_ID)
209
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
210
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
211
username.set(settingsProvider.ossrhUsername)
212
password.set(settingsProvider.ossrhPassword)
213
}
0 commit comments