26 lines
865 B
Properties
26 lines
865 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.parallel=true
|
|
|
|
# Pinned JDK for the build. C:\Program Files\Java\jdk-21.0.10 (the JDK originally
|
|
# used here) was removed during a disk cleanup, which silently breaks the build
|
|
# with "JAVA_HOME is set to an invalid directory". Pinning an explicit path keeps
|
|
# `gradlew build` reproducible; change it if this JDK moves.
|
|
org.gradle.java.home=C:\\Program Files\\Microsoft\\jdk-21.0.9.10-hotspot
|
|
|
|
# IntelliJ IDEA is not yet fully compatible with configuration cache
|
|
org.gradle.configuration-cache=false
|
|
|
|
# Fabric Properties (check these on https://fabricmc.net/develop)
|
|
minecraft_version=1.20.1
|
|
loader_version=0.19.5
|
|
loom_version=1.17-SNAPSHOT
|
|
|
|
# Mod Properties
|
|
version=0.1.0
|
|
maven_group=dev.wpyw.dlss
|
|
archives_base_name=wpywdlss
|
|
|
|
# Dependencies
|
|
fabric_api_version=0.92.12+1.20.1
|