Browse Source

Disable Gradle configuration cache

This might be breaking the Actions runs...
arkon 2 years ago
parent
commit
1967923a94
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gradle.properties

+ 0 - 1
gradle.properties

@@ -19,7 +19,6 @@ org.gradle.jvmargs=-Xmx5120m
 org.gradle.parallel=true
 
 org.gradle.caching=true
-org.gradle.unsafe.configuration-cache=true
 
 # AndroidX support
 android.useAndroidX=true