File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
22# This is required to provide enough memory for the Minecraft decompilation process.
33org.gradle.jvmargs =-Xmx3G
4- org.gradle.daemon =false
4+ org.gradle.daemon =false
5+ org.gradle.caching =true
6+ kotlin.code.style =official
7+ devRunClientPath =run-client
8+ devRunServerPath =run-server
9+ forgeGradleVersion =3.+
10+ forgeBaseVersion =1.14.4-28.0.73
11+ brigadierBaseVersion =1.0.17
12+ mappingsChannelType =snapshot
13+ mappingsChannelVersion =20190719-1.14.3
14+ kotlinJdkVersionTarget =jdk8
15+ kotlinxSerializationVersion =0.12.0
16+ kotlinVersion =1.3.50
17+ projectEssentialsVersion =1.14.4-1.0.0.0
18+ projectEssentialsName =Project Essentials Core
19+ projectEssentialsId =project_essentials_core
20+ projectEssentialsVendor =MairwunNx (Pavel Erokhin)
21+ jvmVersionTarget =1.8
22+ dokkaVersion =0.9.18
You can’t perform that action at this time.
0 commit comments