Fix shadowing #7

Merged
jolheiser merged 1 commits from shadow into main 2022-02-16 04:20:17 +00:00
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('')
}