mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-21 11:46:49 +01:00
Fixed jij in build config
This commit is contained in:
parent
92b5e194ff
commit
9b9c3030dc
@ -94,7 +94,7 @@ dependencies {
|
||||
// Fabric's jar in jar system doesn't support transitive dependencies, so we have to manually add them
|
||||
afterEvaluate {
|
||||
configurations.jij.incoming.resolutionResult.allDependencies {
|
||||
dependencies.include(dependencies.implementation(requested.toString()))
|
||||
dependencies.include(dependencies.implementation(dependencies.compileOnlyApi(requested.toString())))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user