mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 08:25:31 +00:00
Fix logging in a dev environment
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
This commit is contained in:
parent
2b2255a590
commit
2d4e46a43f
@ -25,10 +25,10 @@ dependencies {
|
||||
shadedApi(project(":common:implementation:base"))
|
||||
|
||||
shadedApi("org.slf4j:slf4j-api:1.7.32") {
|
||||
because("Minecraft 1.17+ includes slf4j 1.8.0-beta4, so we need to shade it for other versions.")
|
||||
because("Minecraft 1.17+ includes slf4j 1.8.0-beta4, but we want slf4j 1.7.")
|
||||
}
|
||||
shadedImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.14.1") {
|
||||
because("Minecraft 1.17+ includes slf4j 1.8.0-beta4, so we need to shade it for other versions.")
|
||||
shaded("org.apache.logging.log4j:log4j-slf4j-impl:2.14.1") {
|
||||
because("Minecraft 1.17+ includes slf4j 1.8.0-beta4, but we want slf4j 1.7.")
|
||||
exclude("org.apache.logging.log4j")
|
||||
}
|
||||
|
||||
@ -72,4 +72,4 @@ tasks.register<TaskModrinthUpload>("publishModrinthFabric") {
|
||||
addGameVersion("1.16.4")
|
||||
addGameVersion("1.16.5")
|
||||
addLoader("fabric")
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user