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] plugin hub build error #18

Open steveacalabro opened 2 months ago

steveacalabro commented 2 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

This update also includes some cleanup I did as I went through this plugin inside of the runelite project locally

steveacalabro commented 2 months ago

@MitchBarnett I think this is ready. Apologies the PR is a bit of a mess with spacing. My intelij was autoformatting some things