SnowyGUI/common/build.gradle.kts
Username404-59 2fb30b63e2
Switch to architectury-loom 1.7, fix the port to 1.21
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
2025-02-02 18:26:19 +01:00

10 lines
388 B
Plaintext

architectury { common("fabric", "neoforge"); injectInjectables = false }
dependencies {
modImplementation("net.fabricmc:fabric-loader:${rootProject.property("fabric_loader_version")}")
modImplementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}") {
exclude(module = "fabric-api")
}
}
tasks.getByName("shrinkJar").enabled = false