Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxnii committed Jul 31, 2024
2 parents ddeacde + a3e2418 commit e946676
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 e946676

Please sign in to comment.