Skip to content

Commit a9c49dd

Browse files
authored
Merge pull request #208 from yarinvak/bintray-release
Bintray release
2 parents cc1d1ac + 02f173b commit a9c49dd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ org.gradle.daemon=true
55
org.gradle.parallel=true
66
org.gradle.jvmargs=-Dfile.encoding=UTF-8
77

8-
version = 6.2
8+
version = 6.2.1

0 commit comments

Comments
 (0)