-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
20 lines (18 loc) · 814 Bytes
/
Copy pathgradle.properties
File metadata and controls
20 lines (18 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 6G heap: chiseledBuild now remaps 23 Minecraft versions; Loom's parallel remap tasks
# exhausted the old 2G daemon (GC thrashing -> daemon killed). Metaspace is bumped too.
org.gradle.jvmargs=-Xmx6G -XX:MaxMetaspaceSize=1G
org.gradle.parallel=true
org.gradle.caching=true
kotlin.code.style=official
# Project
group=dev.macromod
version=0.1.0-SNAPSHOT
# Shared :fabric mod properties. Stonecutter's generated versioned subprojects
# (:fabric:1.21.1, :fabric:1.21.5) live under fabric/versions/<mc>/ and only inherit
# the ROOT gradle.properties plus their own per-version file — not fabric/gradle.properties —
# so version-independent mod metadata and deps must live here.
mod.id=macromod
mod.name=MacroKeybindMod
mod.version=0.1.0
deps.fabric_loader=0.19.3
deps.fabric_language_kotlin=1.13.3+kotlin.2.1.21