forked from Wynntils/Wynntils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
41 lines (33 loc) · 1.17 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
35
36
37
38
39
40
41
# Wynntils mod base settings
archives_base_name=wynntils
enabled_platforms=quilt,fabric,forge
# Event bus transformer
event_bus_transformer_version=2.0.2
# Hades
hades_version=0.5.0
# Minecraft and mappings versions
minecraft_version=1.19.3
parchment_version=2022.12.18
# Modding framework versions
# - Fabric
fabric_loader_version=0.14.11
fabric_version=0.69.0+1.19.3
# - Forge
forge_version=1.19.3-44.0.11
# Note: Must use same version of eventbus as is used in the above forge version!
forge_eventbus_version=6.0.+
# - Quilt
quilt_loader_version=0.17.7
qsl_version=4.0.0-beta.2+1.19.3
# Source code settings
java_version=17
# Gradle settings
org.gradle.jvmargs=-Xmx4096M --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
# --------------------------------------------------------------------------------------------------------------------
# Mod specific settings
# DevAuth version
devauth_version=1.1.0