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 5906035 commit e7b731fCopy full SHA for e7b731f
build.gradle
@@ -164,8 +164,8 @@ publishing {
164
name = "Snapshots"
165
url = "https://central.sonatype.com/repository/maven-snapshots/"
166
credentials {
167
- username = "$System.env.SONATYPE_USERNAME"
168
- password = "$System.env.SONATYPE_PASSWORD"
+ username = System.getenv("SONATYPE_USERNAME")
+ password = System.getenv("SONATYPE_PASSWORD")
169
}
170
171
0 commit comments