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 207056f commit 55f08e1Copy full SHA for 55f08e1
build.gradle
@@ -147,8 +147,8 @@ nexusPublishing {
147
packageGroup = 'lv.ctco'
148
repositories {
149
Sonatype {
150
- nexusUrl = uri('https://oss.sonatype.org/service/local/')
151
- snapshotRepositoryUrl = uri('https://oss.sonatype.org/content/repositories/snapshots/')
+ nexusUrl = uri('https://ossrh-staging-api.central.sonatype.com/service/local/')
+ snapshotRepositoryUrl = uri('https://central.sonatype.com/repository/maven-snapshots/')
152
username = findProperty('ossrhUsername')
153
password = findProperty('ossrhPassword')
154
}
0 commit comments