Mark Nevill
Mark Nevill
@fotos what are your reservations regarding removing the fallback? It mainly seems like a hurdle as noted in this issue - it's normal for caches to get invalidated when doing...
The gradle stack trace that lead me to that file was ``` * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':react-native-mmkv:configureCMakeDebug[arm64-v8a]'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:149) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:147) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:135) at...
The history of that code, showing where the issue was introduced and where it was fixed: https://android.googlesource.com/platform/tools/base/+log/mirror-goog-studio-main/build-system/gradle-core/src/main/java/com/android/build/gradle/tasks/GeneratePrefabPackages.kt
@cortinico Do you think we could change the defaults? How many of the various memory options are actually required by default anyway?
Frustratingly, even an empty but present _JAVA_OPTIONS environment variable causes the "Picked up _JAVA_OPTIONS:" line to be printed.
What about removing the gradle_options and java_options parameters entirely? If they can default to empty, the orb user can also just set their own environment variables on the job when...
Do you know if there's any reason behind the `-Xmx2014m -Dorg.gradle.daemon=false` defaults in GRADLE_OPTS?
IIUC, if it's enabled in CI, that means it will continue running in the background and consuming resources while later steps (e.g. simulators & tests) are executed. Looked around a...
This would be great to get merged. @HarithaVattikuti ?
Not quite, let me see if I can explain it differently. Its mainly about variable names being re-used. In particular, `ok` is getting re-used a lot over enough distance that...