We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e470df9 commit cee0b72Copy full SHA for cee0b72
gradle.properties
@@ -51,3 +51,7 @@ jekyll_version=4.0
51
# JS IR baceknd sometimes crashes with out-of-memory
52
# TODO: Remove once KT-37187 is fixed
53
org.gradle.jvmargs=-Xmx2g
54
+
55
+# Workaround for Bintray treating .sha512 files as artifacts
56
+# https://github.com/gradle/gradle/issues/11412
57
+systemProp.org.gradle.internal.publish.checksums.insecure=true
0 commit comments