Skip to content

Commit e9871c2

Browse files
devnevfotos
authored andcommitted
feat: stop overriding jvmargs by default
1 parent cc2b59b commit e9871c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/executors/linux_android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
gradle_options:
33
description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
44
type: string
5-
default: '-Xmx2014m -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError"'
5+
default: '-Xmx2014m -Dorg.gradle.daemon=false'
66
build_image_version:
77
description: React Native Android build image version. For available veresions, see https://hub.docker.com/r/reactnativecommunity/react-native-android/tags
88
type: string

src/jobs/android_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ parameters:
5050
gradle_options:
5151
description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
5252
type: string
53-
default: '-Xmx2014m -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError"'
53+
default: '-Xmx2014m -Dorg.gradle.daemon=false'
5454
build_image_version:
5555
description: React Native Android build image version. For available veresions, see https://hub.docker.com/r/reactnativecommunity/react-native-android/tags
5656
type: string

0 commit comments

Comments
 (0)