Commit f2c0467 1 parent 08cef50 commit f2c0467 Copy full SHA for f2c0467
File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
shadowJar {
2
2
mergeServiceFiles()
3
- relocate ' com.google' , ' com.cdancy.bitbucket.rest.shaded.google'
4
- relocate ' com.squareup' , ' com.cdancy.bitbucket.rest.shaded.squareup'
5
- relocate ' autovalue' , ' com.cdancy.bitbucket.rest.shaded.autovalue'
6
- relocate ' okio' , ' com.cdancy.bitbucket.rest.shaded.okio'
3
+ relocate ' org.aopalliance' , ' com.cdancy.bitbucket.rest.shaded.org.aopalliance'
4
+ relocate ' org.objectweb' , ' com.cdancy.bitbucket.rest.shaded.org.objectweb'
5
+ relocate ' com.google' , ' com.cdancy.bitbucket.rest.shaded.com.google'
6
+ relocate ' net.sf' , ' com.cdancy.bitbucket.rest.shaded.net.sf'
7
+ relocate ' javax.inject' , ' com.cdancy.bitbucket.rest.shaded.javax.inject'
8
+ relocate ' org.jclouds' , ' com.cdancy.bitbucket.rest.shaded.org.jclouds'
9
+ relocate ' javax.inject' , ' com.cdancy.bitbucket.rest.shaded.javax.inject'
10
+ relocate ' javax.annotation' , ' com.cdancy.bitbucket.rest.shaded.javax.annotation'
11
+ relocate ' javax.ws.rs' , ' com.cdancy.bitbucket.rest.shaded.javax.ws.rs'
7
12
}
8
13
9
14
task sourcesJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments