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 04c612e commit 3c98679Copy full SHA for 3c98679
annotations/build.gradle
@@ -57,8 +57,8 @@ publishing {
57
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
58
59
credentials {
60
- username = ossrhUsername
61
- password = ossrhPassword
+ username = System.getenv("OSSRH_USERNAME")
+ password = System.getenv("OSSRH_PASSWORD")
62
}
63
64
extensions/build.gradle
@@ -65,8 +65,8 @@ publishing {
65
66
67
68
69
70
71
72
0 commit comments