-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathgradle.properties
31 lines (26 loc) · 915 Bytes
/
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
neoforgeVersion=21.1.93
neoForge.parchment.minecraftVersion=1.21.1
neoForge.parchment.mappingsVersion=2024.11.17
# Mod Properties
mavenGroup=de.mari_023
modID=ae2wtlib
ae2Version=19.1.2-beta
curiosVersion=8.0.0-beta.4+1.20.6
reiVersion=16.0.788
architecturyVersion=13.0.8
jeiMinecraftVersion=1.21.1
jeiVersion=19.21.0.247
emiVersion=1.1.18
emiMinecraftVersion=1.21.1
runtimeItemlistMod=rei
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
# Temp fix for Spotless
# https://github.com/diffplug/spotless/issues/834
org.gradle.jvmargs= \
--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