Skip to content

Commit f963abe

Browse files
chore(circleci): remove _JAVA_OPTIONS from Android config to simplify environment setup (#497)
The _JAVA_OPTIONS environment variable is removed as it is no longer necessary for the build process. This change simplifies the configuration and reduces potential conflicts with Java options. chore(dependencies): bump react-native template version to 2.7.4 The version of the React Native template is updated from 2.7.3 to 2.7.4 to incorporate the latest improvements and bug fixes. This ensures that the project benefits from the most recent updates and maintains compatibility with the latest tools and libraries.
1 parent 507f51c commit f963abe

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

dist/cookie/{{cookiecutter.project_slug}}/.circleci/generate_mobile_android_config.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
environment:
7070
- TERM: "dumb"
7171
- ADB_INSTALL_TIMEOUT: 10
72-
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport"
7372
- GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"'
7473
- BUILD_THREADS: 2
7574
steps:
@@ -124,7 +123,6 @@ jobs:
124123
environment:
125124
- TERM: "dumb"
126125
- ADB_INSTALL_TIMEOUT: 10
127-
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport"
128126
- GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"'
129127
- BUILD_THREADS: 2
130128
steps:

dist/cookie/{{cookiecutter.project_slug}}/.crowdbotics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scaffold": {
33
"type": "react-native",
4-
"version": "2.7.3",
4+
"version": "2.7.4",
55
"cookiecutter_context": {
66
"project_name": "{{cookiecutter.project_name}}",
77
"project_slug": "{{cookiecutter.project_slug}}",

dist/cookie/{{cookiecutter.project_slug}}/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3959,9 +3959,9 @@ electron-to-chromium@^1.4.284:
39593959
integrity sha512-xZ0y4zjWZgp65okzwwt00f2rYibkFPHUv9qBz+Vzn8cB9UXIo9Zc6Dw81LJYhhNt0G/vR1OJEfStZ49NKl0YxQ==
39603960

39613961
electron-to-chromium@^1.5.28:
3962-
version "1.5.31"
3963-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.31.tgz#b1478418769dec72ea70d9fdf147a81491857f10"
3964-
integrity sha512-QcDoBbQeYt0+3CWcK/rEbuHvwpbT/8SV9T3OSgs6cX1FlcUAkgrkqbg9zLnDrMM/rLamzQwal4LYFCiWk861Tg==
3962+
version "1.5.32"
3963+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.32.tgz#4a05ee78e29e240aabaf73a67ce9fe73f52e1bc7"
3964+
integrity sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==
39653965

39663966
emittery@^0.13.1:
39673967
version "0.13.1"

scaffold/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template",
33
"description": "React Native Template",
4-
"version": "2.7.3",
4+
"version": "2.7.4",
55
"author": "Crowdbotics"
66
}

scaffold/template/custom/.circleci/generate_mobile_android_config.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
environment:
7070
- TERM: "dumb"
7171
- ADB_INSTALL_TIMEOUT: 10
72-
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport"
7372
- GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"'
7473
- BUILD_THREADS: 2
7574
steps:
@@ -124,7 +123,6 @@ jobs:
124123
environment:
125124
- TERM: "dumb"
126125
- ADB_INSTALL_TIMEOUT: 10
127-
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport"
128126
- GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"'
129127
- BUILD_THREADS: 2
130128
steps:

0 commit comments

Comments
 (0)