Disable the gradle daemon to hopefully fix a compiler crash

This commit is contained in:
James Seibel
2022-03-22 12:28:25 +00:00
parent 3a0453c8c5
commit c2884954a4
+2 -2
View File
@@ -6,8 +6,8 @@ stages:
- build
variables:
# If we have correctness issues when compiling this can be set to false
GRADLE_OPTS: "-Dorg.gradle.daemon=true"
# Disabling the daemon is necessary for correctness
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
# Pull core when building
GIT_SUBMODULE_STRATEGY: recursive