Skip to content

Commit

Permalink
Relocate slf4j on Fabric
Browse files Browse the repository at this point in the history
Previously broke things because of missing mergeServiceFiles() call
  • Loading branch information
AuroraLS3 committed Aug 17, 2022
1 parent 703c1bd commit 79c4c8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Plan/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ shadowJar {
relocate 'jakarta.servlet', 'plan.jakarta.servlet'
relocate 'javax.servlet', 'plan.javax.servlet'

relocate 'org.slf4j', 'plan.org.slf4j'

mergeServiceFiles()
}

Expand Down

0 comments on commit 79c4c8d

Please sign in to comment.