We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81dfd59 + 587cc6f commit a8c44f7Copy full SHA for a8c44f7
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