Remove Gson

This commit is contained in:
Andre_601 2020-09-24 22:31:26 +02:00 committed by GitHub
parent a74f78bd73
commit 5bca9dc41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

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