Scripts/lom/build.gradle.kts
JFronny cd251164e9
All checks were successful
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline was successful
fix shadow coordinates
2023-06-09 14:26:52 +02:00

9 lines
191 B
Plaintext

plugins {
id("jf.plugin-conventions")
}
dependencies {
api(project(":convention"))
api("net.fabricmc:fabric-loom:1.2-SNAPSHOT")
api("com.github.johnrengelman:shadow:8.1.1")
}