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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user