depend on manifest addons in core addon modules

This commit is contained in:
dfsek
2021-11-17 12:20:17 -07:00
parent 628f695abb
commit 6cf8cec2c3

View File

@@ -11,6 +11,7 @@ repositories {
dependencies {
"shadedApi"("commons-io:commons-io:2.6")
"shadedApi"("com.github.Querz:NBT:6.1")
"shadedApi"(project(":common:addons:manifest-addon-loader"))
}
tasks.named<ShadowJar>("shadowJar") {