MitchBarnett / wiki-bank-tag-integration

Allows the creation of bank tags from categories on the offical OSRS wiki
BSD 2-Clause "Simplified" License
9 stars 13 forks source link

[Fix] Updated outdated GSON client #17

Closed steveacalabro closed 2 months ago

steveacalabro commented 3 months ago

This updated the usage of GSON

According to the build error log on plugin-hub here

We are no longer able to do

Gson gson = new Gson()

Instead, it appears the new syntax is how I have it in my changeset.

Tested this locally and it appears to work. Will confirm with the build once we merge this into this repo