Scripts/lom/build.gradle.kts

10 lines
268 B
Plaintext
Raw Normal View History

2022-10-06 19:30:52 +02:00
plugins {
jf.`plugin-conventions`
2022-10-06 19:30:52 +02:00
}
dependencies {
api(projects.convention)
api("net.fabricmc:fabric-loom:1.6-SNAPSHOT")
//api("dev.architectury.loom:dev.architectury.loom.gradle.plugin:1.6-SNAPSHOT")
2023-06-09 14:26:52 +02:00
api("com.github.johnrengelman:shadow:8.1.1")
2022-10-06 19:30:52 +02:00
}