Added a `relocate` to javacord
+ This will prevent dependency issues when multiple plugins use Javacord + Tested with MineAlert running on the same servermaster
parent
8bcc4b026d
commit
237328ab50
|
@ -25,6 +25,7 @@ repositories {
|
||||||
shadowJar {
|
shadowJar {
|
||||||
project.configurations.implementation.canBeResolved = true
|
project.configurations.implementation.canBeResolved = true
|
||||||
configurations = [project.configurations.implementation]
|
configurations = [project.configurations.implementation]
|
||||||
|
relocate 'xyz.etztech', 'shadow.xyz.etztech'
|
||||||
archiveClassifier.set('')
|
archiveClassifier.set('')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue