Skip to content

Commit c18ce76

Browse files
committed
Update repositories
1 parent 9cb98ce commit c18ce76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ nexusPublishing {
206206
useStaging.set(!project.isSnapshotVersion())
207207
packageGroup.set(PublicationSettings.STAGING_PACKAGE_GROUP)
208208
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/"))
209211
username.set(settingsProvider.ossrhUsername)
210212
password.set(settingsProvider.ossrhPassword)
211213
}

0 commit comments

Comments
 (0)