mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2024-11-16 15:46:15 +01:00
Remove Gson
This commit is contained in:
parent
a74f78bd73
commit
5bca9dc41f
@ -18,7 +18,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.google.code.gson:gson:2.8.6"
|
||||
implementation "org.bstats:bstats-bukkit:1.5"
|
||||
|
||||
compileOnly "org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT"
|
||||
@ -48,7 +47,6 @@ shadowJar {
|
||||
archiveClassifier.set("")
|
||||
|
||||
relocate "org.bstats", "me.clip.placeholderapi.metrics"
|
||||
relocate "com.google.gson", "me.clip.placeholderapi.libs.gson"
|
||||
}
|
||||
|
||||
license {
|
||||
@ -116,4 +114,4 @@ publishing {
|
||||
}
|
||||
}
|
||||
|
||||
publish.dependsOn clean, test, jar
|
||||
publish.dependsOn clean, test, jar
|
||||
|
Loading…
Reference in New Issue
Block a user