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 @@ -163,8 +163,11 @@ bintray {
163163 version {
164164 name = project. version
165165 released = new Date ()
166+ gpg {
167+ sign = false
168+ }
166169 mavenCentralSync {
167- sync = true // [Default: true] Determines whether to sync the version to Maven Central.
170+ sync = true // [Default: true] Determines whether to sync the version to Maven Central..
168171 user = System . getenv(' OSS_USER' ) ?: project. findProperty(' OSS_USER' ) ?: ' '
169172 password = System . getenv(' OSS_PASS' ) ?: project. findProperty(' OSS_PASS' ) ?: ' '
170173 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