Skip to content

Commit 05dbf32

Browse files
committed
Updated the path names in the package rewrite
1 parent 52e3592 commit 05dbf32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ds3-sdk/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ buildscript {
2323
apply plugin: 'com.github.johnrengelman.shadow'
2424

2525
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'
26+
relocate 'com.google', 'ds3fatjar.com.google'
27+
relocate 'org.apache', 'ds3fatjar.org.apache'
28+
relocate 'org.codehaus', 'ds3fatjar.org.codehaus'
29+
relocate 'com.fasterxml', 'ds3fatjar.com.fasterxml'
3030
dependencies {
3131
exclude(dependency('org.hamcrest:hamcrest-library:1.3'))
3232
exclude(dependency('org.mockito:mockito-all:1.9.5'))

0 commit comments

Comments
 (0)