Skip to content

Commit

Permalink
Use a normal platform for log4j-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Apr 29, 2024
1 parent c9cce28 commit c1f0927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/CommonConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fun Project.applyCommonConfiguration() {
if (!configurations.names.contains(conf)) {
continue
}
add(conf, enforcedPlatform(stringyLibs.getLibrary("log4j-bom")).map {
add(conf, platform(stringyLibs.getLibrary("log4j-bom")).map {
val dep = create(it)
dep.because("Mojang provides Log4j")
dep
Expand Down

0 comments on commit c1f0927

Please sign in to comment.