소스 검색

Disable Gradle configuration cache

This might be breaking the Actions runs...
arkon 2 년 전
부모
커밋
1967923a94
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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