Just so people know what’s going on here, Gradle runs using Java. When the Java Virtual Machine (JVM) starts up, it has a “don’t ever use more than this amount of memory” setting. In this case, the default setting was too low, and the process was running out of memory. The gradle.porperties file men...