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 f80feaa commit 8543a4eCopy full SHA for 8543a4e
build.gradle
@@ -193,9 +193,7 @@ subprojects {
193
194
nexusPublishing {
195
repositories {
196
- myNexus {
197
- nexusUrl = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2")
198
- snapshotRepositoryUrl = uri("https://oss.sonatype.org/content/repositories/snapshots/")
+ sonatype {
199
username = System.env.OSS_USER_TOKEN_KEY ?: project.findProperty('OSS_USER_TOKEN_KEY') ?: ''
200
password = System.env.OSS_USER_TOKEN_PASS ?: project.findProperty('OSS_USER_TOKEN_PASS') ?: ''
201
}
0 commit comments