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 @@ -294,8 +294,8 @@ publishing {
294294 name = " Snapshots"
295295 url = " https://central.sonatype.com/repository/maven-snapshots/"
296296 credentials {
297- username " $ System . env . SONATYPE_USERNAME "
298- password " $ System . env . SONATYPE_PASSWORD "
297+ username System . getenv( " SONATYPE_USERNAME" )
298+ password System . getenv( " SONATYPE_PASSWORD" )
299299 }
300300 }
301301 }
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ publishing {
120120 name = " Snapshots"
121121 url = " https://central.sonatype.com/repository/maven-snapshots/"
122122 credentials {
123- username " $ System . env . SONATYPE_USERNAME "
124- password " $ System . env . SONATYPE_PASSWORD "
123+ username System . getenv( " SONATYPE_USERNAME" )
124+ password System . getenv( " SONATYPE_PASSWORD" )
125125 }
126126 }
127127 }
You can’t perform that action at this time.
0 commit comments