From b0c9b8848558f7105e148847a9cd23db11543c09 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Mon, 18 May 2020 18:44:35 +0300 Subject: [PATCH] Build: Disable sha512 checksums generated by maven-publish They are not handled properly by bintray https://github.com/gradle/gradle/issues/11412 #KTI-222 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9c8429795d5..3f08ada6f22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx1600m -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx1600m -Dfile.encoding=UTF-8 -Dorg.gradle.internal.publish.checksums.insecure=true cacheRedirectorEnabled=true defaultSnapshotVersion=1.4.255-SNAPSHOT