Set cache problem to warning (#6436)

This commit is contained in:
David Perez 2026-01-29 10:35:10 -06:00 committed by GitHub
parent 0d0a5cb292
commit b0084d2f1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ kotlin.compilerArgs=-Xjspecify-annotations=strict, -Xtype-enhancement-improvemen
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.configuration-cache.problems=warn
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.parallel=true