remove unused libraries
This commit is contained in:
parent
488d098f79
commit
a0a6245479
1 changed files with 0 additions and 5 deletions
|
@ -19,10 +19,6 @@ dependencies {
|
|||
compileOnly "org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT"
|
||||
compileOnly "me.clip:placeholderapi:2.11.3"
|
||||
|
||||
compileOnly "com.mojang:authlib:1.5.21"
|
||||
compileOnly "com.mojang:datafixerupper:4.0.26"
|
||||
|
||||
implementation "commons-io:commons-io:2.11.0"
|
||||
implementation "com.google.code.gson:gson:2.10.1"
|
||||
implementation "org.bstats:bstats-bukkit:3.0.2"
|
||||
implementation "com.github.robertlit:SpigotResourcesAPI:2.0"
|
||||
|
@ -40,7 +36,6 @@ shadowJar {
|
|||
archiveClassifier.set ""
|
||||
|
||||
relocate "org.bstats", "lol.pyr.znpcsplus.lib.bstats"
|
||||
relocate "org.apache.commons.io", "lol.pyr.znpcsplus.lib.commonsio"
|
||||
relocate "me.robertlit.spigotresources", "lol.pyr.znpcsplus.lib.spigotresources"
|
||||
relocate "net.kyori", "lol.pyr.znpcsplus.lib.kyori"
|
||||
relocate "org.checkerframework", "lol.pyr.znpcsplus.lib.checkerframework"
|
||||
|
|
Loading…
Reference in a new issue