Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 96c63a4

Browse files
committed
chore(nexus): Use env creds for close/promote
1 parent 5ce6e18 commit 96c63a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ apply plugin: 'io.codearte.nexus-staging'
5454

5555
nexusStaging {
5656
packageGroup = PUBLISH_GROUP_ID
57+
username = System.getenv("NEXUS_USERNAME")
58+
password = System.getenv("NEXUS_PASSWORD")
5759
stagingProfileId = 'f6edc053ff913'
5860
numberOfRetries = 3
5961
delayBetweenRetriesInMillis = 3000

0 commit comments

Comments
 (0)