Skip to content

Commit

Permalink
chore(gradle): add sqlite relocate
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Nov 30, 2024
1 parent 5075a20 commit 949c228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge20/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ shadowJar {
relocate('org.reactivestreams', 'com.envyful.reforged.bingo.shade.reactivestreams')
relocate('reactor', 'com.envyful.reforged.bingo.shade.reactor')
relocate('com.mysql', 'com.envyful.reforged.bingo.shade.mysql')
relocate('org.sqlite', 'com.envyful.reforged.bingo.shade.mysql')

exclude "com/google/**"
exclude "javax/**"
Expand Down

0 comments on commit 949c228

Please sign in to comment.