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 1
1
parameters :
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'
6
2
gradle_options :
7
3
description : Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
8
4
type : string
@@ -19,5 +15,4 @@ docker:
19
15
- image : reactnativecommunity/react-native-android:<<parameters.build_image_version>>
20
16
resource_class : <<parameters.resource_class>>
21
17
environment :
22
- - _JAVA_OPTIONS : <<parameters.java_options>>
23
18
- GRADLE_OPTS : <<parameters.gradle_options>>
Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ parameters:
47
47
description : Configure the android tests to run. Defaults to assembleAndroidTest
48
48
type : string
49
49
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'
54
50
gradle_options :
55
51
description : Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
56
52
type : string
@@ -66,7 +62,6 @@ parameters:
66
62
67
63
executor :
68
64
name : linux_android
69
- java_options : <<parameters.java_options>>
70
65
gradle_options : <<parameters.gradle_options>>
71
66
build_image_version : <<parameters.build_image_version>>
72
67
resource_class : <<parameters.resource_class>>
You can’t perform that action at this time.
0 commit comments