Skip to content

Commit 67177a9

Browse files
committed
Maven publish with aws credentials
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent c5926b1 commit 67177a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ configure(coreProjects) {
349349
def releasesRepoUrl = "s3://maven.seqera.io/releases/"
350350
def snapshotsRepoUrl = "s3://maven.seqera.io/snapshots/"
351351
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
352-
credentials(PasswordCredentials) {
353-
username nexusUsername
354-
password nexusPassword
352+
credentials(AwsCredentials) {
353+
accessKey nexusUsername
354+
secretKey nexusPassword
355355
}
356356
}
357357
}

0 commit comments

Comments
 (0)