We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83d76a commit 51156fdCopy full SHA for 51156fd
build.gradle
@@ -10,6 +10,8 @@ version = VERSION_NAME
10
nexusPublishing {
11
repositories {
12
sonatype {
13
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
14
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
15
username = project.findProperty("SONATYPE_NEXUS_USERNAME")
16
password = project.findProperty("SONATYPE_NEXUS_PASSWORD")
17
}
0 commit comments