Skip to content

Commit 2291e46

Browse files
authored
Update gradle properties for 6.6.0 (#263)
# License <!-- Your PR comment must contain the following line for us to merge the PR. --> I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.
1 parent eb21a74 commit 2291e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.nylas.sdk
2-
version=2.5.2
2+
version=2.6.0
33

44
# Override and set these in ~/.gradle/gradle.properties
55
ossrhUser=
@@ -11,4 +11,4 @@ signing.secretKeyRingFile=~/.gnupg/secring.gpg
1111
# 2020-04-27 - workaround for https://issues.sonatype.org/browse/NEXUS-21802
1212
# PLEASE CHECK once in awhile to see if this issue is resolved
1313
# and this flag can be removed to improve the security of release checksums
14-
systemProp.org.gradle.internal.publish.checksums.insecure=true
14+
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 commit comments

Comments
 (0)