diff --git a/gradle.properties b/gradle.properties index 867c36bd686..7dcfa57be38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,7 @@ org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dorg.gradle.internal systemProp.file.encoding=UTF-8 systemProp.user.country=US +systemProp.org.gradle.internal.publish.checksums.insecure=true # Enable new incremental compiation kotlin.incremental.useClasspathSnapshot=true