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 5a46f6b commit 7fcc43aCopy full SHA for 7fcc43a
build.gradle
@@ -48,11 +48,11 @@ uploadArchives {
48
49
50
snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots') {
51
- authentication(userName: sonatypeUsername, password: sonatypePassword)
+ authentication(userName: "$System.env.SONATYPE_USER", password: "$System.env.SONATYPE_PASS")
52
}
53
54
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
55
56
57
58
pom.project {
@@ -82,4 +82,4 @@ uploadArchives {
82
83
84
85
-*/
+*/
0 commit comments