mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-02 04:28:31 -05:00
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.
3 lines
56 B
INI
3 lines
56 B
INI
kotlin.code.style=official
|
|
org.gradle.jvmargs=-Xmx1024M
|