Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-16 21:10:25 +01:00
Exclude error prone annotations
Recently added to gson, can be safely excluded
Dieser Commit ist enthalten in:
Ursprung
46040b1f5d
Commit
ecb241c187
@ -19,7 +19,9 @@ dependencies {
|
||||
api(libs.vianbt) {
|
||||
exclude("it.unimi.dsi", "fastutil")
|
||||
}
|
||||
api(libs.gson)
|
||||
api(libs.gson) {
|
||||
exclude("com.google.errorprone", "error_prone_annotations")
|
||||
}
|
||||
implementation(rootProject.libs.text) {
|
||||
exclude("com.google.code.gson", "gson")
|
||||
exclude("com.viaversion", "nbt")
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren