SnowyGUI/common/build.gradle.kts

7 lines
317 B
Plaintext
Raw Normal View History

2021-04-16 13:10:39 +02:00
architectury { common(); injectInjectables = false }
dependencies {
modImplementation("net.fabricmc:fabric-loader:${rootProject.property("fabric_loader_version")}")
2021-05-29 22:11:05 +02:00
implementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}")
}
2021-04-08 10:18:46 +02:00
tasks.getByName("shrinkJar").enabled = false