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 @@ -130,8 +130,8 @@ publishing {
130
130
def snapshotsRepoUrl = ' https://oss.sonatype.org/content/repositories/snapshots/'
131
131
url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
132
132
credentials {
133
- username = System . getenv(' SONATYPE_NEXUS_USERNAME ' )
134
- password = System . getenv(' SONATYPE_NEXUS_PASSWORD ' )
133
+ username = System . getenv(' OSSRH_USERNAME ' )
134
+ password = System . getenv(' OSSRH_PASSWORD ' )
135
135
}
136
136
}
137
137
}
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ publishing {
86
86
def snapshotsRepoUrl = ' https://oss.sonatype.org/content/repositories/snapshots/'
87
87
url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
88
88
credentials {
89
- username = System . getenv(' SONATYPE_NEXUS_USERNAME ' )
90
- password = System . getenv(' SONATYPE_NEXUS_PASSWORD ' )
89
+ username = System . getenv(' OSSRH_USERNAME ' )
90
+ password = System . getenv(' OSSRH_PASSWORD ' )
91
91
}
92
92
}
93
93
}
You can’t perform that action at this time.
0 commit comments