aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 7a7098296d6d7b762b9b89d6d42bad338e2a5edb (plain)
1
2
3
4
5
6
7
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
kotlin_version=1.3.70
coroutines_version = 1.3.4
annotations_version = 19.0.0