We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666ec5a commit cea2b03Copy full SHA for cea2b03
gradle.properties
@@ -21,3 +21,7 @@ jmhVersion=1.21
21
22
kotlin.mpp.enableGranularSourceSetsMetadata=true
23
kotlin.mpp.enableCompatibilityMetadataVariant=true
24
+
25
+# Workaround for Bintray treating .sha512 files as artifacts
26
+# https://github.com/gradle/gradle/issues/11412
27
+systemProp.org.gradle.internal.publish.checksums.insecure=true
0 commit comments