Scripts/lom/build.gradle.kts

9 lines
191 B
Plaintext

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