mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 10:05:12 +01:00
Exclude error prone annotations
Recently added to gson, can be safely excluded
This commit is contained in:
parent
46040b1f5d
commit
ecb241c187
@ -19,7 +19,9 @@ dependencies {
|
|||||||
api(libs.vianbt) {
|
api(libs.vianbt) {
|
||||||
exclude("it.unimi.dsi", "fastutil")
|
exclude("it.unimi.dsi", "fastutil")
|
||||||
}
|
}
|
||||||
api(libs.gson)
|
api(libs.gson) {
|
||||||
|
exclude("com.google.errorprone", "error_prone_annotations")
|
||||||
|
}
|
||||||
implementation(rootProject.libs.text) {
|
implementation(rootProject.libs.text) {
|
||||||
exclude("com.google.code.gson", "gson")
|
exclude("com.google.code.gson", "gson")
|
||||||
exclude("com.viaversion", "nbt")
|
exclude("com.viaversion", "nbt")
|
||||||
|
Loading…
Reference in New Issue
Block a user