Fix shadowing
Signed-off-by: jolheiser <john.olheiser@gmail.com>pull/7/head
parent
1a9de611fd
commit
0fd30e5b9d
|
@ -37,7 +37,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
|
|||
shadowJar {
|
||||
project.configurations.implementation.canBeResolved = true
|
||||
configurations = [project.configurations.implementation]
|
||||
relocate 'xyz.etztech', 'shadow.xyz.etztech'
|
||||
relocate 'xyz.etztech.core', 'shadow.xyz.etztech.core'
|
||||
archiveClassifier.set('')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue