Skip to content

Commit 8efca06

Browse files

File tree

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ nexusPublishing {
142142
stagingProfileId.set(System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: findProperty("sonatype.staging.profile.id")) //can reduce execution time by even 10 seconds
143143
username.set(System.getenv("SONATYPE_USERNAME") ?: findProperty("sonatype.username"))
144144
password.set(System.getenv("SONATYPE_PASSWORD") ?: findProperty("sonatype.password"))
145+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
146+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
145147
}
146148
}
147149
}

0 commit comments

Comments
 (0)