Don't use configuration cache for top level

We still have some targets that don't work with configuration caching

Bug: 270105162
Change-Id: I284452f6806b58e01e40f4b8f278ab2c50bd3277
diff --git a/gradle.properties b/gradle.properties
index a82d85e..5804b94 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -11,7 +11,6 @@
 
 org.gradle.parallel=true
 org.gradle.caching=false
-org.gradle.configuration-cache=true
 
 # Do not download any jdks or detect them. We provide them.
 org.gradle.java.installations.auto-detect=false