File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ publishing {
5050 def releasesRepoUrl = " https://oss.sonatype.org/service/local/staging/deploy/maven2/"
5151 def snapshotsRepoUrl = " https://oss.sonatype.org/content/repositories/snapshots/"
5252 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
53+
54+ credentials {
55+ username = " ${ ossrhUsername} "
56+ password = " ${ ossrhPassword} "
57+ }
5358 }
5459 }
5560}
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ publishing {
5858 def releasesRepoUrl = " https://oss.sonatype.org/service/local/staging/deploy/maven2/"
5959 def snapshotsRepoUrl = " https://oss.sonatype.org/content/repositories/snapshots/"
6060 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
61+
62+ credentials {
63+ username = " ${ ossrhUsername} "
64+ password = " ${ ossrhPassword} "
65+ }
6166 }
6267 }
6368}
You can’t perform that action at this time.
0 commit comments