Skip to content

Commit d84e2b9

Browse files
authored
Workaround for gradle/gradle#11412 (#151)
1 parent f4df415 commit d84e2b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
22
kotlin.native.ignoreDisabledTargets=true
33
bintrayOrg=microutils
44
bintrayRepo=kotlin-logging
5+
6+
# workaround for https://github.com/gradle/gradle/issues/11412
7+
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 commit comments

Comments
 (0)