Build: Disable sha512 checksums generated by maven-publish

They are not handled properly by bintray
https://github.com/gradle/gradle/issues/11412

#KTI-222
This commit is contained in:
Vyacheslav Gerasimov
2020-05-18 18:44:35 +03:00
parent f9ec4f7d5c
commit b0c9b88485
+1 -1
View File
@@ -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