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.20
minecraftVersionRange=[1.20, 1.20.1)
# Forge
forgeVersion=46.0.1
loaderVersionRange=[46,)
forgeVersionRange=[46.0,)
# Fabric
fabricLoaderVersion=0.14.19
fabricApiVersion=0.82.1+1.20
# Mappings
parchmentMinecraftVersion=1.19.3
parchmentVersionForge=1.19.3-2023.03.12-1.19.4
parchmentVersionFabric=2023.03.12
# Publishing
curseProjectId=238222
curseHomepageUrl=https://www.curseforge.com/minecraft/mc-mods/jei
# Test
jUnitVersion=5.8.2
# Version
specificationVersion=14.0.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