Skip to content

Commit cee0b72

Browse files
committed
Workaround for gradle/gradle#11412
1 parent e470df9 commit cee0b72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle.properties

+4
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ jekyll_version=4.0
5151
# JS IR baceknd sometimes crashes with out-of-memory
5252
# TODO: Remove once KT-37187 is fixed
5353
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

Comments
 (0)