Scripts/lom/build.gradle.kts

9 lines
217 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("dev.architectury.loom:dev.architectury.loom.gradle.plugin:1.5-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
}