SnowyGUI/common/build.gradle.kts
Username404-59 9116e6c3d1
Update gradle for 26.1
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
2026-04-15 19:49:38 +02:00

14 lines
488 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("shrinkJar").enabled = false