Skip to content

Commit d5c4ac6

Browse files
committed
move from OSSRH to OSSRH Staging API Service
Signed-off-by: wrigleyDan <dwrigley@opensourceconnections.com>
1 parent d32add2 commit d5c4ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ publishing {
3939
repositories {
4040
maven {
4141
name = "MavenCentral"
42-
url = System.getenv('SONATYPE_REPO_URL')
42+
url = System.getenv('MAVEN_CENTRAL_REPO_URL')
4343

4444
credentials {
4545
username = System.getenv('OSSRH_TOKEN')

0 commit comments

Comments
 (0)