File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ release {
4747 tagTemplate = ' v${version}'
4848 failOnPublishNeeded = false
4949 failOnCommitNeeded = false
50+ git {
51+ pushToCurrentBranch = true
52+ requireBranch = ' bintray-release'
53+ }
5054}
5155
5256jar {
@@ -169,8 +173,11 @@ bintray {
169173 version {
170174 name = project. version
171175 released = new Date ()
176+ gpg {
177+ sign = true
178+ }
172179 mavenCentralSync {
173- sync = true // [Default: true] Determines whether to sync the version to Maven Central.
180+ sync = false // [Default: true] Determines whether to sync the version to Maven Central.
174181 user = System . getenv(' OSS_USER' ) ?: project. findProperty(' OSS_USER' ) ?: ' '
175182 password = System . getenv(' OSS_PASS' ) ?: project. findProperty(' OSS_PASS' ) ?: ' '
176183 close = ' 1'
You can’t perform that action at this time.
0 commit comments