Scripts/lom/build.gradle.kts

10 lines
277 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")
2024-10-08 11:05:56 +02:00
api("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
2022-10-06 19:30:52 +02:00
}