Skip to content

Commit 9c0890a

Browse files
committed
ci: Use Maven sync from bintray-release plugin
1 parent a8772b2 commit 9c0890a

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

.utility/bintray-release.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bintray {
1313
user = System.getenv('BINTRAY_USER')
1414
key = System.getenv('BINTRAY_APIKEY')
1515
publications = ['maven']
16-
dryRun = false
16+
dryRun = true
1717
pkg {
1818
repo = 'ibm-cloud-sdk-repo'
1919
name = packageName

.utility/sync-to-maven-central.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)