Fix shadowing (#7)
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

Reviewed-on: #7
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
main latest
jolheiser 2022-02-16 04:20:17 +00:00
parent 1a9de611fd
commit 6a52554800
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('')
}