forked from CleanroomMC/Cleanroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
34 lines (28 loc) · 1.06 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
title = Cleanroom
vendor = CleanroomMC
# Versioning
major_version = 1
minor_version = 0
patch_version = 0
# MAJOR.SPEC_MAJOR.SPEC_MINOR.BUILD
last_forge_version = 14.23.5.2860
new_forge_version = 15.24.0.3000
# Minecraft & Mappings
mapping_channel = stable
mapping_version = 39-1.12
minecraft_version = 1.12.2
mcp_version = 20200226.224830
# Related Tooling
special_source = net.md-5:SpecialSource:1.9.0
special_source_mcp = net.md-5:SpecialSource:1.8.5
binary_patcher = net.minecraftforge:binarypatcher:1.1.1:fatjar
installer_tools = net.minecraftforge:installertools:1.1.11
# 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 = -Xmx4G
# Allow Gradle to use multi threading.
org.gradle.parallel=true
# Allow Gradle to cache build to avoid recompiling classes that did not change.
org.gradle.caching=true
# Set java home when gradle refuse to respect IDE setting
# org.gradle.java.home=/usr/lib/jvm/java-1.17.0-openjdk-amd64