Files
astronomy/source/kotlin/gradle.properties
Don Cross 18a0c5613d Increase JVM memory allowance for Gradle.
I encountered a build/test failure in the Kotlin
code due to the JVM running out of memory.
I configured gradle to allow using more memory:
1GB instead of the default 256MB.
2022-09-22 11:08:40 -04:00

3 lines
56 B
INI

kotlin.code.style=official
org.gradle.jvmargs=-Xmx1024M