Fix shadowing
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
pull/7/head
jolheiser 2022-02-15 22:17:33 -06:00
parent 1a9de611fd
commit 0fd30e5b9d
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -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('')
}