We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81dfd59 commit 587cc6fCopy full SHA for 587cc6f
1 file changed
build.gradle
@@ -113,6 +113,8 @@ allprojects {
113
nexusPublishing {
114
repositories {
115
sonatype {
116
+ nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')
117
+ snapshotRepositoryUrl = uri('https://s01.oss.sonatype.org/content/repositories/snapshots/')
118
username = ossrhUsername
119
password = ossrhPassword
120
}
0 commit comments