mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 01:39:58 +03:00
14 lines
492 B
Properties
14 lines
492 B
Properties
# 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
|
|
-Dfile.encoding=UTF-8
|
|
|
|
forge_version=43.5.2
|
|
|
|
#systemProp.http.proxyHost=127.0.0.1
|
|
#systemProp.http.proxyPort=7890
|
|
#systemProp.https.proxyHost=127.0.0.1
|
|
#systemProp.https.proxyPort=7890
|
|
#systemProp.socks.proxyHost=127.0.0.1
|
|
#systemProp.socks.proxyPort=7890 |