Skip to content

Commit

Permalink
Fixed issues with H2 not relocating
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed Mar 12, 2022
1 parent 5971dc5 commit 07d1974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ dependencies {
slimJar {
relocate 'org.mongodb', 'com.gmail.picono435.picojobs.libs.mongodb'
relocate 'com.zaxxer', 'com.gmail.picono435.picojobs.libs.zaxxer'
relocate 'org.h2', 'com.gmail.picono435.picojobs.libs.h2'
relocate 'com.h2database', 'com.gmail.picono435.picojobs.libs.h2database'
relocate 'org.xerial', 'com.gmail.picono435.picojobs.libs.xerial'
relocate 'org.mariadb.jbdc', 'com.gmail.picono435.picojobs.libs.mariadb'
Expand Down

0 comments on commit 07d1974

Please sign in to comment.