9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
plugins {
|
|
id("jf.plugin-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":convention"))
|
|
api("net.fabricmc:fabric-loom:1.0-SNAPSHOT")
|
|
api("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
|
|
} |