We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4df415 commit d84e2b9Copy full SHA for d84e2b9
gradle.properties
@@ -2,3 +2,6 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
2
kotlin.native.ignoreDisabledTargets=true
3
bintrayOrg=microutils
4
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