We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f8f9ae + 4f24a71 commit fc2a8f5Copy full SHA for fc2a8f5
1 file changed
build.gradle
@@ -115,6 +115,9 @@ tasks.named("dependencyUpdates").configure {
115
nexusPublishing {
116
repositories {
117
sonatype {
118
+ nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
119
+ snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
120
+
121
username = project.hasProperty("ossrh.user") ? project.property("ossrh.user") : System.getenv("OSSRH_USER")
122
password = project.hasProperty("ossrh.password") ? project.property("ossrh.password") : System.getenv("OSSRH_PASSWORD")
123
}
0 commit comments