Skip to content

Commit

Permalink
fix(api): lang3 classes should not be relocated (fixes #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
axieum committed Jul 1, 2022
1 parent 296d663 commit cdfbe36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions minecord-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ shadowJar {
// relocate 'net.dv8tion.jda', "${dest}.net.dv8tion.jda"
relocate 'okhttp3', "${dest}.okhttp3"
relocate 'okio', "${dest}.okio"
relocate 'org.apache.commons', "${dest}.org.apache.commons"
relocate 'org.jetbrains.annotations', "${dest}.org.jetbrains.annotations"
// relocate 'tomp2p.opuswrapper', "${dest}.tomp2p.opuswrapper"

// Minify the result - remove unused classes
// minimize()
}

// Provide the fat-jar to Fabric's remapping task
Expand Down

0 comments on commit cdfbe36

Please sign in to comment.