allow config caching errors and update engine ref

This commit is contained in:
Adam Brown 2022-12-07 20:58:45 +00:00
parent 3b9c385377
commit 5b6e0b4875
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 63b597205c6698b76f0b29d3772ebd383b70654c
Subproject commit e76edf8bc5d5851fa213e094b48058e956e3e5ee

View File

@ -4,6 +4,7 @@ org.gradle.jvmargs=-Xmx6144M -Xms2048M -Dfile.encoding=UTF-8 -XX:+UseParallelGC
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.unsafe.configuration-cache=true
org.gradle.unsafe.configuration-cache-problems=warn
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.vfs.watch=true