Scripts/lom/build.gradle.kts
JFronny 9122ab475b
All checks were successful
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline was successful
fix(lom): Temporarily go back to fabric loom
Arch loom had a weird issue with remapping and since we don't yet support forge anyways, this seems like the easiest workaround
2024-04-25 10:20:28 +02:00

10 lines
268 B
Plaintext

plugins {
jf.`plugin-conventions`
}
dependencies {
api(projects.convention)
api("net.fabricmc:fabric-loom:1.6-SNAPSHOT")
//api("dev.architectury.loom:dev.architectury.loom.gradle.plugin:1.6-SNAPSHOT")
api("com.github.johnrengelman:shadow:8.1.1")
}