-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgradle.properties
43 lines (32 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx3G
# Fabric Properties
# Check these on https://fabricmc.net/develop
minecraft_version=1.21.4
minecraft_version_range=>=1.21.4
fabric_loader_version=0.16.5
# Check for latest at https://ldtteam.jfrog.io/ui/native/parchmentmc-internal/org/parchmentmc/data
parchment_version=1.21.4:2025.01.05
# Mod Properties
maven_group=wynnvp
mod_name=Voices of Wynn
# Dependencies
fabric_api_version=0.114.3
# Cloth Config version
# Check the latest version on https://maven.shedaniel.me/me/shedaniel/cloth/cloth-config-fabric/
cloth_config_version=17.0.144
# Mod Menu version
# Check the latest version on https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
mod_menu_version=13.0.0
# DevAuth version
# Check the latest version on https://github.com/DJtheRedstoner/DevAuth/releases
devauth_version=1.2.1
# Spotless
# Check for latest at https://plugins.gradle.org/plugin/com.diffplug.spotless
spotless_version=6.25.0
# Check for latest at https://plugins.gradle.org/plugin/com.palantir.java-format-spotless
spotless_palantir_version=2.49.0
# Check for latest at https://github.com/google/gson/releases
spotless_gson_version=2.11.0
# Check for latest at https://groovy.jfrog.io/ui/native/plugins-release/org/codehaus/groovy/groovy-eclipse-integration/4.9.0
spotless_greclipse_version=4.27