Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix: exclude some jvm pkgs from relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tlisonbee authored Jun 4, 2020
1 parent 476f509 commit 330f2b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
version=7.1.1
version=7.1.2
groupId=com.nike
artifactId=cerberus-client
2 changes: 2 additions & 0 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ shadowJar {
exclude 'org.slf4j.**'
exclude 'org.joda.**'
exclude 'org.apache.commons.lang3.**'
exclude 'org.w3c.dom.**'
exclude 'org.xml.**'
}
relocate 'models.', 'cerberus.models.'
relocate 'mozilla.', 'cerberus.mozilla.'
Expand Down

0 comments on commit 330f2b8

Please sign in to comment.