Skip to content

Commit 7e5cad0

Browse files
committed
ci: Add config for Maven Central sync
1 parent 7601a5c commit 7e5cad0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.utility/bintray-release.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ bintray {
1414
key = System.getenv('BINTRAY_APIKEY')
1515
publications = ['maven']
1616
dryRun = true
17+
publish = true
18+
override = true
1719
pkg {
1820
repo = 'ibm-cloud-sdk-repo'
1921
name = packageName
@@ -24,6 +26,13 @@ bintray {
2426
name = project.property('version')
2527
vcsTag = project.property('version')
2628
released = new Date()
29+
gpg {
30+
sign = true
31+
}
32+
mavenCentralSync {
33+
sync = true
34+
35+
}
2736
}
2837
}
2938
}

0 commit comments

Comments
 (0)