Skip to content

Commit 73d53b5

Browse files
committed
Merge branch 'development' of https://github.com/graphql-java/graphql-java-annotations into graphql-java-12
2 parents 3dbb3a6 + a9c49dd commit 73d53b5

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
@@ -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'

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)