Disable cache redirector
diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties
index 5390fe0..7ddafde 100644
--- a/buildSrc/gradle.properties
+++ b/buildSrc/gradle.properties
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8
kotlin.daemon.jvmargs=-Xmx2200m # Should be the same as in the main project to avoid spawning second daemon
-cacheRedirectorEnabled=true
+cacheRedirectorEnabled=false
#buildSrc.kotlin.repo=https://jcenter.bintray.com
#buildSrc.kotlin.version=1.1.50