File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,11 @@ bintray {
169169 version {
170170 name = project. version
171171 released = new Date ()
172+ gpg {
173+ sign = false
174+ }
172175 mavenCentralSync {
173- sync = true // [Default: true] Determines whether to sync the version to Maven Central.
176+ sync = true // [Default: true] Determines whether to sync the version to Maven Central..
174177 user = System . getenv(' OSS_USER' ) ?: project. findProperty(' OSS_USER' ) ?: ' '
175178 password = System . getenv(' OSS_PASS' ) ?: project. findProperty(' OSS_PASS' ) ?: ' '
176179 close = ' 1'
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ org.gradle.daemon=true
55org.gradle.parallel =true
66org.gradle.jvmargs =-Dfile.encoding =UTF-8
77
8- version = 6.2
8+ version = 6.2.1
You can’t perform that action at this time.
0 commit comments