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 39ed725 commit 5b367ddCopy full SHA for 5b367dd
publish.gradle
@@ -28,6 +28,8 @@ if (secretPropsFile.exists()) {
28
nexusPublishing {
29
repositories {
30
sonatype {
31
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
32
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
33
stagingProfileId = sonatypeStagingProfileId
34
username = ossrhUsername
35
password = ossrhPassword
0 commit comments