Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
More fixes for relocate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveKunG committed Jan 19, 2018
1 parent d6396a3 commit 7845997
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ dependencies {
}

shadowJar {
relocate "org.apache", "com.google.youtube.gaming.chat.relocate.org.apache"
relocate "org.apache.commons.codec", "com.google.youtube.gaming.chat.relocate.org.apache.commons.codec"
relocate "org.apache.commons.logging", "com.google.youtube.gaming.chat.relocate.org.apache.commons.logging"
relocate "org.apache.http", "com.google.youtube.gaming.chat.relocate.org.apache.http"
relocate "org.codehaus", "com.google.youtube.gaming.chat.relocate.org.codehaus"
relocate "org.mortbay", "com.google.youtube.gaming.chat.relocate.org.mortbay"
relocate "javax", "com.google.youtube.gaming.chat.relocate.javax"
relocate "javax.annotation", "com.google.youtube.gaming.chat.relocate.javax.annotation"
relocate "javax.servlet", "com.google.youtube.gaming.chat.relocate.javax.servlet"
relocate "com.google.api", "com.google.youtube.gaming.chat.relocate.com.google.api"
relocate "com.google.common", "com.google.youtube.gaming.chat.relocate.com.google.common"
relocate "com.google.errorprone", "com.google.youtube.gaming.chat.relocate.com.google.errorprone"
Expand Down

0 comments on commit 7845997

Please sign in to comment.