Skip to content

Commit 6d81c0f

Browse files
committed
Fix central creds retrieval
1 parent 995e9f3 commit 6d81c0f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

serde-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ publishing {
3939
maven {
4040
url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
4141
credentials {
42-
username sonatypeUsername
43-
password sonatypePassword
42+
username System.getenv("NEXUS_USERNAME")
43+
password System.getenv("NEXUS_PASSWORD")
4444
}
4545
}
4646
}

serde-api/gradle.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)