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 dd4b899 commit d783289Copy full SHA for d783289
build.gradle
@@ -103,6 +103,8 @@ nexusPublishing {
103
sonatype {
104
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
105
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
106
+ username = findProperty("ossrhToken") as String
107
+ password = findProperty("ossrhTokenPassword") as String
108
}
109
110
0 commit comments