mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Work around older Gson versions without record support
This commit is contained in:
parent
7eb5b539b5
commit
360350d44e
8 changed files with 60 additions and 19 deletions
|
@ -25,6 +25,8 @@ dependencies {
|
|||
compileOnly(libs.paper.mojangapi)
|
||||
|
||||
compileOnlyApi(libs.viaversion)
|
||||
|
||||
implementation(libs.gson.record.factory) // For 1.16.5/1.17.1
|
||||
}
|
||||
|
||||
platformRelocate("it.unimi.dsi.fastutil")
|
||||
|
@ -36,6 +38,7 @@ platformRelocate("me.lucko.commodore")
|
|||
platformRelocate("org.yaml") // Broken as of 1.20
|
||||
platformRelocate("org.spongepowered")
|
||||
platformRelocate("io.leangen.geantyref")
|
||||
platformRelocate("marcono1234.gson")
|
||||
|
||||
// These dependencies are already present on the platform
|
||||
provided(libs.viaversion)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue