File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 11parameters :
2- java_options :
3- description : Java command options. Note that setting this will override the default options so you might need to supply those as well.
4- type : string
5- default : ' -Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport'
62 gradle_options :
73 description : Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
84 type : string
@@ -19,5 +15,4 @@ docker:
1915 - image : reactnativecommunity/react-native-android:<<parameters.build_image_version>>
2016resource_class : <<parameters.resource_class>>
2117environment :
22- - _JAVA_OPTIONS : <<parameters.java_options>>
2318 - GRADLE_OPTS : <<parameters.gradle_options>>
Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ parameters:
4747 description : Configure the android tests to run. Defaults to assembleAndroidTest
4848 type : string
4949 default : assembleAndroidTest
50- java_options :
51- description : Java command options. Note that setting this will override the default options so you might need to supply those as well.
52- type : string
53- default : ' -Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport'
5450 gradle_options :
5551 description : Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
5652 type : string
@@ -66,7 +62,6 @@ parameters:
6662
6763executor :
6864 name : linux_android
69- java_options : <<parameters.java_options>>
7065 gradle_options : <<parameters.gradle_options>>
7166 build_image_version : <<parameters.build_image_version>>
7267 resource_class : <<parameters.resource_class>>
You can’t perform that action at this time.
0 commit comments