-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathgradle.properties
More file actions
32 lines (27 loc) · 946 Bytes
/
gradle.properties
File metadata and controls
32 lines (27 loc) · 946 Bytes
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
neoforgeVersion=26.1.2.43-beta
neoForge.parchment.minecraftVersion=1.21.9
neoForge.parchment.mappingsVersion=2025.10.05
# Mod Properties
mavenGroup=de.mari_023
modID=ae2wtlib
ae2wtlibCurrentMajor=26
ae2Version=26.1.8-alpha
curiosVersion=15.0.0-beta.2+26.1.2
reiVersion=21.9.812
architecturyVersion=19.0.1
jeiMinecraftVersion=26.1.2
jeiVersion=29.5.0.26
emiVersion=1.1.22
emiMinecraftVersion=1.21.1
runtimeItemlistMod=jei
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