mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-24 00:56:38 +00:00
pull versions out to Versions config
This commit is contained in:
@@ -19,7 +19,7 @@ dependencies {
|
||||
shadedApi("org.slf4j:slf4j-api:1.8.0-beta4") {
|
||||
because("Minecraft 1.17+ includes slf4j 1.8.0-beta4, so we need to shade it for other versions.")
|
||||
}
|
||||
shadedImplementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.14.1") {
|
||||
shadedImplementation("org.apache.logging.log4j", "log4j-slf4j18-impl", Versions.Libraries.log4j_slf4j_impl) {
|
||||
because("Minecraft 1.17+ includes slf4j 1.8.0-beta4, so we need to shade it for other versions.")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user