Skip to content

Commit

Permalink
Relocate dependencies, fix #18
Browse files Browse the repository at this point in the history
  • Loading branch information
YuxuanZuo committed Feb 3, 2024
1 parent ad95c32 commit 5a4403a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ shadowJar {
exclude 'META-INF/maven/**'
exclude 'module-info.class'
exclude '**/module-info.class'

relocate 'com.google.gson', 'xyz.zuoyx.multiyggdrasil.internal.com.google.gson'
relocate 'org.objectweb.asm', 'xyz.zuoyx.multiyggdrasil.internal.org.objectweb.asm'
}

defaultTasks 'clean', 'shadowJar'

0 comments on commit 5a4403a

Please sign in to comment.