aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 0a82c2856d0484981b00a7cd63e9a515b59e01d3 (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.61
coroutines_version = 1.3.2
annotations_version = 18.0.0