mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
Android Gradle: remove configureondemand property
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
This commit is contained in:
parent
02fed06340
commit
5acf7c9616
@ -1,4 +1,5 @@
|
||||
org.gradle.configureondemand=true
|
||||
# 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
|
||||
|
@ -1,5 +1,6 @@
|
||||
org.gradle.parallel=true
|
||||
org.gradle.configureondemand=true
|
||||
# This is causing issue with dependencies task: https://github.com/gradle/gradle/issues/9645#issuecomment-530746758
|
||||
# org.gradle.configureondemand=true
|
||||
MYAPP_RELEASE_STORE_FILE=my-release-key.keystore
|
||||
MYAPP_RELEASE_KEY_ALIAS=androiddebugkey
|
||||
MYAPP_RELEASE_STORE_PASSWORD=android
|
||||
|
Loading…
Reference in New Issue
Block a user