mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-22 11:55:54 +01:00
Remove unnecessary relocations from bukkit and bungee buildscripts
This commit is contained in:
parent
9ddf70e1b3
commit
935776aa9d
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user