Skip to content

Commit 3cd08e2

Browse files
committed
publishing
1 parent 16e3230 commit 3cd08e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publishSonatype.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
apply plugin: 'io.codearte.nexus-staging'
33
nexusStaging{
44
// stagingProfileId ='632626fc90406e'
5-
username=System.env['nexusUsername']
6-
password=System.env['nexusPassword']
5+
username=System.env['nexusTokenUsername']
6+
password=System.env['nexusTokenPassword']
77
delayBetweenRetriesInMillis = 100000
88
numberOfRetries= 40
99

0 commit comments

Comments
 (0)