forked from AppliedEnergistics/Applied-Energistics-2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
61 lines (51 loc) · 2.09 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.warning.mode=all
java_version=21
#########################################################
# Minecraft Versions #
#########################################################
minecraft_version=1.21
loader_version=0.16.0
#########################################################
# Parchment #
#########################################################
parchment_version=2024.07.07
#########################################################
# Provided APIs #
#########################################################
emi_version=1.1.11+1.21
rei_version=16.0.744
wthit_version=12.2.4
jade_version=15.1.5+fabric
trinkets_version=3.10.0
fabric_version=0.102.0+1.21
energy_version=3.0.0
config_version=21.0.8
# Pick which item list mod gets picked at runtime in dev
# Available options: emi, rei, none
runtime_itemlist_mod=emi
# Set to wthit, jade or none to pick which tooltip mod gets picked at runtime
# for the dev environment.
runtime_tooltip_mod=jade
# Set to true to use Trinkets at runtime
runtime_trinkets=false
#########################################################
# Third party dependencies
#########################################################
snakeyaml_version=1.33
directory_watcher_version=0.17.1
junit_version=5.10.2
flatbuffers_version=23.5.26
ffmpeg_version=6.0-1.5.9
assertj_version=3.26.0
#########################################################
# Gradle #
#########################################################
# Temp fix for Spotless / Remove Unused Imports:
# 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