We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e3230 commit 3cd08e2Copy full SHA for 3cd08e2
publishSonatype.gradle
@@ -2,8 +2,8 @@
2
apply plugin: 'io.codearte.nexus-staging'
3
nexusStaging{
4
// stagingProfileId ='632626fc90406e'
5
- username=System.env['nexusUsername']
6
- password=System.env['nexusPassword']
+ username=System.env['nexusTokenUsername']
+ password=System.env['nexusTokenPassword']
7
delayBetweenRetriesInMillis = 100000
8
numberOfRetries= 40
9
0 commit comments