From d737af9a4d9a0af5383748d7edffefa08693a9a2 Mon Sep 17 00:00:00 2001 From: Mark Nevill Date: Sat, 15 Jul 2023 10:46:20 +0100 Subject: [PATCH] fix: remove _JAVA_OPTIONS parameter & environment (closes #171) --- src/executors/linux_android.yml | 5 ----- src/jobs/android_build.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/executors/linux_android.yml b/src/executors/linux_android.yml index b285ce3..df3c494 100644 --- a/src/executors/linux_android.yml +++ b/src/executors/linux_android.yml @@ -1,8 +1,4 @@ parameters: - java_options: - description: Java command options. Note that setting this will override the default options so you might need to supply those as well. - type: string - default: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport' 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 @@ -19,5 +15,4 @@ docker: - image: reactnativecommunity/react-native-android:<> resource_class: <> environment: - - _JAVA_OPTIONS: <> - GRADLE_OPTS: <> diff --git a/src/jobs/android_build.yml b/src/jobs/android_build.yml index e07c778..59665fc 100644 --- a/src/jobs/android_build.yml +++ b/src/jobs/android_build.yml @@ -47,10 +47,6 @@ parameters: description: Configure the android tests to run. Defaults to assembleAndroidTest type: string default: assembleAndroidTest - java_options: - description: Java command options. Note that setting this will override the default options so you might need to supply those as well. - type: string - default: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport' 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 @@ -66,7 +62,6 @@ parameters: executor: name: linux_android - java_options: <> gradle_options: <> build_image_version: <> resource_class: <>