Scripts/lom/build.gradle.kts
JFronny 1d8c9eac97
All checks were successful
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline was successful
chore: update arch loom
2024-04-19 07:47:34 +02:00

9 lines
217 B
Plaintext

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