9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
plugins {
|
|
jf.`plugin-conventions`
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.convention)
|
|
api("dev.architectury.loom:dev.architectury.loom.gradle.plugin:1.5-SNAPSHOT")
|
|
api("com.github.johnrengelman:shadow:8.1.1")
|
|
} |