Skip to content

Commit 880ca1d

Browse files
committed
ci: Add credentials for sync with Maven Central
1 parent 78808f9 commit 880ca1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.utility/bintray-release.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ bintray {
1515
publications = ['maven']
1616
dryRun = true
1717
publish = true
18-
override = true
1918
pkg {
2019
repo = 'ibm-cloud-sdk-repo'
2120
name = packageName
@@ -31,7 +30,8 @@ bintray {
3130
}
3231
mavenCentralSync {
3332
sync = true
34-
33+
user = System.getenv('SONATYPE_USER')
34+
password = System.getenv('SONATYPE_PASSWORD')
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)