forked from AppliedEnergistics/Applied-Energistics-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
54 lines (46 loc) · 1.85 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
version_major=0
version_minor=0
version_patch=6
artifact_group=appeng
artifact_basename=nsmp-ae2
#########################################################
# Minecraft Versions #
#########################################################
minecraft_release=1.19
minecraft_version=1.19.2
loader_version=0.14.9
#########################################################
# Provided APIs #
#########################################################
jei_minecraft_version=1.19.2
jei_version=11.3.0.260
jei_version_range=[11.3.0.260,12.0.0)
fabric_version=0.66.0+1.19.2
rei_version=9.1.530
wthit_version=5.9.0
jade_file_id=3903505
no_indium_version=1.1.0+1.19
# Set to rei or jei to pick which tooltip mod gets picked at runtime
# for the dev environment.
runtime_itemlist_mod=rei
# Set to wthit or jade to pick which tooltip mod gets picked at runtime
# for the dev environment.
runtime_tooltip_mod=wthit
#########################################################
# Third party dependencies
#########################################################
snakeyaml_version=1.33
directory_watcher_version=0.17.1
#########################################################
# Gradle #
#########################################################
# Various tasks like runData will fail when run as daemon
org.gradle.daemon=false
# Temp fix for Spotless / Remove Unused Imports:
# https://github.com/diffplug/spotless/issues/834
org.gradle.jvmargs=-Xmx2G \
--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