Scripts/lom/build.gradle.kts
JFronny 2f74e9dd9b
All checks were successful
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline was successful
feat: try architectury again
2024-07-18 10:34:48 +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")
}