mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Fixes https://github.com/flutter/flutter/issues/131006 Flakes related to out of memory in gradle when running tests. Opted not to add enforcement for gradle.properties in https://github.com/flutter/flutter/blob/master/dev/bots/analyze.dart because the memory usage has been stable for 6 years and not every example needs more memory.
4 lines
79 B
INI
4 lines
79 B
INI
org.gradle.jvmargs=-Xmx4G
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|