File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ publishing {
8585 name = " Snapshots"
8686 url = " https://central.sonatype.com/repository/maven-snapshots/"
8787 credentials {
88- username " $ System . env . SONATYPE_USERNAME "
89- password " $ System . env . SONATYPE_PASSWORD "
88+ username System . getenv( " SONATYPE_USERNAME" )
89+ password System . getenv( " SONATYPE_PASSWORD" )
9090 }
9191 }
9292 }
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ publishing {
4646 name = " Snapshots"
4747 url = " https://central.sonatype.com/repository/maven-snapshots/"
4848 credentials {
49- username " $ System . env . SONATYPE_USERNAME "
50- password " $ System . env . SONATYPE_PASSWORD "
49+ username System . getenv( " SONATYPE_USERNAME" )
50+ password System . getenv( " SONATYPE_PASSWORD" )
5151 }
5252 }
5353 }
You can’t perform that action at this time.
0 commit comments