Added a `relocate` to javacord

+ This will prevent dependency issues when multiple plugins use Javacord
+ Tested with MineAlert running on the same server
master
Joey Hines 2020-12-18 16:08:03 -06:00
parent 8bcc4b026d
commit 237328ab50
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ repositories {
shadowJar {
project.configurations.implementation.canBeResolved = true
configurations = [project.configurations.implementation]
relocate 'xyz.etztech', 'shadow.xyz.etztech'
archiveClassifier.set('')
}