From 8a96a34ccc77a64feba7a3e40202275d029679ec Mon Sep 17 00:00:00 2001 From: Mark Nevill Date: Sat, 15 Jul 2023 22:38:25 +0100 Subject: [PATCH] feat: stop overriding jvmargs by default --- src/executors/linux_android.yml | 2 +- src/jobs/android_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/executors/linux_android.yml b/src/executors/linux_android.yml index b285ce3..8cb00de 100644 --- a/src/executors/linux_android.yml +++ b/src/executors/linux_android.yml @@ -6,7 +6,7 @@ parameters: gradle_options: description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well. type: string - default: '-Xmx2014m -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError"' + default: '-Xmx2014m -Dorg.gradle.daemon=false' build_image_version: description: React Native Android build image version. For available veresions, see https://hub.docker.com/r/reactnativecommunity/react-native-android/tags type: string diff --git a/src/jobs/android_build.yml b/src/jobs/android_build.yml index e07c778..21f439a 100644 --- a/src/jobs/android_build.yml +++ b/src/jobs/android_build.yml @@ -54,7 +54,7 @@ parameters: gradle_options: description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well. type: string - default: '-Xmx2014m -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError"' + default: '-Xmx2014m -Dorg.gradle.daemon=false' build_image_version: description: React Native Android build image version. For available veresions, see https://hub.docker.com/r/reactnativecommunity/react-native-android/tags type: string