mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
5acf7c9616
Summary: It looks like this config in gradle.properties caused the :packages:rn-tester:android:app:dependencies task to fail. This was reported here: https://github.com/gradle/gradle/issues/9645#issuecomment-530746758 -- it's likely related to using Kotlin build.gradle.kts? For now comment these out. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D23521954 fbshipit-source-id: 9997f4950d89e5fc57036b05db5518b39d47737b
6 lines
302 B
Properties
6 lines
302 B
Properties
# This is causing issue with dependencies task: https://github.com/gradle/gradle/issues/9645#issuecomment-530746758
|
|
# org.gradle.configureondemand=true
|
|
org.gradle.daemon=true
|
|
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|