SnowyGUI/common/build.gradle.kts
Username404-59 445053f69d
Update to 26.1
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
2026-04-15 22:04:27 +02:00

15 lines
533 B
Plaintext

architectury { common("fabric", "neoforge"); injectInjectables = true }
dependencies {
implementation("net.fabricmc:fabric-loader:${rootProject.property("fabric_loader_version")}")
implementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}") {
exclude(module = "fabric-api")
}
}
loom {
accessWidenerPath = file("src/main/resources/${rootProject.name.lowercase()}.accessWidener")
}
tasks.getByName("shadowJar").enabled = false
tasks.getByName("shrinkJar").enabled = false