We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e3592 commit 05dbf32Copy full SHA for 05dbf32
ds3-sdk/build.gradle
@@ -23,10 +23,10 @@ buildscript {
23
apply plugin: 'com.github.johnrengelman.shadow'
24
25
shadowJar {
26
- relocate 'com.google', 'ds3fatjar.google'
27
- relocate 'org.apache', 'ds3fatjar.apache'
28
- relocate 'org.codehaus', 'ds3fatjar.codehaus'
29
- relocate 'com.fasterxml', 'ds3fatjar.fasterxml'
+ relocate 'com.google', 'ds3fatjar.com.google'
+ relocate 'org.apache', 'ds3fatjar.org.apache'
+ relocate 'org.codehaus', 'ds3fatjar.org.codehaus'
+ relocate 'com.fasterxml', 'ds3fatjar.com.fasterxml'
30
dependencies {
31
exclude(dependency('org.hamcrest:hamcrest-library:1.3'))
32
exclude(dependency('org.mockito:mockito-all:1.9.5'))
0 commit comments