2022-10-06 19:30:52 +02:00
|
|
|
plugins {
|
|
|
|
id("jf.plugin-conventions")
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":convention"))
|
2023-02-15 17:36:30 +01:00
|
|
|
api("net.fabricmc:fabric-loom:1.1-SNAPSHOT")
|
2022-10-06 19:30:52 +02:00
|
|
|
api("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
|
|
|
|
}
|