Skip to content

Commit

Permalink
fixup! relocations for slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Mar 1, 2024
1 parent f81ea3c commit f7938ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-logic/src/main/kotlin/pklFatJar.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ val relocations = mapOf(
"org.intellij." to "org.pkl.thirdparty.intellij.",
"org.fusesource.jansi." to "org.pkl.thirdparty.jansi",
"org.fusesource.hawtjni." to "org.pkl.thirdparty.hawtjni",
"org.slf4j." to "org.pkl.thirdparty.slf4j.",

// pkl-doc dependencies
"org.commonmark." to "org.pkl.thirdparty.commonmark.",
Expand Down

0 comments on commit f7938ee

Please sign in to comment.