Remove Gson

This commit is contained in:
Andre_601
2020-09-24 22:31:26 +02:00
committed by GitHub
parent a74f78bd73
commit 5bca9dc41f

View File

@@ -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