diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 01:29:03 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 01:29:03 +0200 |
| commit | 8f63e276cbe16657b4e04ddebbac863ef74a6845 (patch) | |
| tree | 4b233437667d21e819c77b4a7489f52b910a862c | |
| parent | 157853ea0839fac4e066c012c21a4900aaf4c30f (diff) | |
Revert "Enable configuration cache in gradle"
This reverts commit 5b0bd926c6c8a1d3f65acd170b56c582abcee488.
Complaining about AndroidUnitTest having references to a Gradle
script object. Don't have the energy to down that rabbit hole now.
| -rw-r--r-- | gradle.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 18e65a1..6c73fc4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,4 +27,3 @@ kotlin.code.style=official android.nonTransitiveRClass=true detekt.use.worker.api=true -org.gradle.configuration-cache=true |
