mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
1982c4722f
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38814 This change enables the Gradle Daemon on CI. We noticed some flakyness with the Daemon disabled, so we'll give it a try with the daemon enabled which is the default for Gradle. Changelog: [Internal] [Changed] - Enable the Gradle Daemon for CI Reviewed By: cipolleschi Differential Revision: D48112363 fbshipit-source-id: 4a7f9bbaad33935a97e4e0ea28ea8f2f22c67d0f
10 lines
350 B
Properties
10 lines
350 B
Properties
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
|
|
android.useAndroidX=true
|
|
|
|
# Use this property to specify which architecture you want to build.
|
|
# You can also override it from the CLI using
|
|
# ./gradlew <task> -PreactNativeArchitectures=x86_64
|
|
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
|