aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 8ce7ae551f8dfd4d3b5f98217dbeae94ae0d19da (plain)
1
2
3
4
5
6
7
8
9
# 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.
kotlin.code.style=official
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
kotlin_version=1.4.31
coroutines_version = 1.4.2
annotations_version = 20.1.0
serialization_version = 1.1.0