Skip to content

Commit

Permalink
Fix logging on Legacy Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jul 31, 2024
1 parent 9e33d7e commit a3e2418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ dependencies {
}
}

if (platform.isLegacyFabric) { // Legacy Fabric bug
compileOnly(runtimeOnly("org.apache.logging.log4j:log4j-core:2.8.1")!!)
compileOnly(runtimeOnly("org.apache.logging.log4j:log4j-api:2.8.1")!!)
}

shadowImpl(rootProject.libs.kotlinx.coroutines)

if (platform.isLegacyForge) {
Expand Down

0 comments on commit a3e2418

Please sign in to comment.