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 c9eb7fb commit b6b8f49Copy full SHA for b6b8f49
build.gradle
@@ -120,8 +120,8 @@ subprojects {
120
name = 'Snapshots'
121
url = 'https://central.sonatype.com/repository/maven-snapshots/'
122
credentials {
123
- username = "$System.env.SONATYPE_USERNAME"
124
- password = "$System.env.SONATYPE_PASSWORD"
+ username = System.getenv("SONATYPE_USERNAME")
+ password = System.getenv("SONATYPE_PASSWORD")
125
}
126
127
0 commit comments