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 962f2d0 commit 3a21733Copy full SHA for 3a21733
build.gradle
@@ -37,6 +37,8 @@ nexusPublishing {
37
username = sonatypeUser
38
password = sonatypePwd
39
packageGroup = 'org.ehcache' //Sonatype staging repository name
40
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
41
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
42
}
43
nexus {
44
username = tcDeployUser
0 commit comments