We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf551d commit dd9dab9Copy full SHA for dd9dab9
1 file changed
build.gradle
@@ -110,8 +110,8 @@ nexusPublishing {
110
sonatype {
111
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
112
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
113
- username = System.getenv("OSSRH_USERNAME")
114
- password = System.getenv("OSSRH_PASSWORD")
+ username = System.getenv("NEXUS_TOKEN_USERNAME")
+ password = System.getenv("NEXUS_TOKEN_PASSWORD")
115
}
116
117
0 commit comments