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)
2024-07-18 10:34:48 +02:00
// api("net.fabricmc:fabric-loom:1.6-SNAPSHOT")
2024-09-20 11:16:24 +02:00
api("dev.architectury.loom:dev.architectury.loom.gradle.plugin:1.7-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
}