Remove unnecessary relocations from bukkit and bungee buildscripts

This commit is contained in:
Vankka 2022-01-17 16:54:01 +02:00
parent 9ddf70e1b3
commit 935776aa9d
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0
2 changed files with 2 additions and 12 deletions

View File

@ -29,10 +29,5 @@ dependencies {
shadowJar {
archiveFileName = 'bukkit.jarinjar'
[
'net.kyori.adventure'
].each {
relocate it, 'com.discordsrv.dependencies.' + it
}
// More relocations in buildscript/relocations.gradle
// Relocations in buildscript/relocations.gradle
}

View File

@ -29,10 +29,5 @@ dependencies {
shadowJar {
archiveFileName = 'bungee.jarinjar'
[
'net.kyori.adventure'
].each {
relocate it, 'com.discordsrv.dependencies.' + it
}
// More relocations in buildscript/relocations.gradle
// Relocations in buildscript/relocations.gradle
}