forked from mezz/JustEnoughItems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
49 lines (40 loc) · 1.34 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
# Gradle settings
org.gradle.daemon=false
# JEI
modName=Just Enough Items
modId=jei
modAuthor=mezz
# http://maven.apache.org/guides/mini/guide-naming-conventions.html
modGroup=mezz.jei
modDescription=JEI is an item and recipe viewing mod for Minecraft, built from the ground up for stability and performance.
# Mojang ships Java 17 to end users in 1.18+
modJavaVersion=17
githubUrl=https://github.com/mezz/JustEnoughItems
# Minecraft
minecraftVersion=1.19.2
minecraftVersionRange=[1.19, 1.20)
# Forge
forgeVersion=43.0.0
loaderVersionRange=[41,)
forgeVersionRange=[41.0.94,)
# Fabric
fabricLoaderVersion=0.14.9
fabricApiVersion=0.60.0+1.19.2
# Mappings
parchmentMinecraftVersion=1.18.2
parchmentVersionForge=1.18.2-2022.07.10-1.19.2
parchmentVersionFabric=2022.07.10
# Publishing
curseProjectId=238222
curseHomepageUrl=https://www.curseforge.com/minecraft/mc-mods/jei
# Test
jUnitVersion=5.8.2
# Version
specificationVersion=11.4.0
# Workaround for Spotless bug
# 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