mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
The Gradle heap size default is 512M, and that's becoming too small for our builds. Developers who want to override this without editing the project's build.gradle can override these settings with gradle.properties in GRADLE_USER_HOME (see https://docs.gradle.org/current/userguide/build_environment.html for details).
2 lines
26 B
INI
2 lines
26 B
INI
org.gradle.jvmargs=-Xmx1g
|