* Updates osrs-archipelago to be compatible with API 0.6.2
* Updates osrs-archipelago to be compatible with API 0.6.2
* Removes commented out system.err line, might be tripping CI?
* Removes printStackTrace calls since they might count as System.Err
* Removes httpcore5 from archipelago plugin
* Added quest-voiceover plugin.
* changed to include most recent commit.
* added recent plugin fixes.
* Added SQLite functionality to fuzzy search quest dialog and bring voiceover coverage to nearly 100%.
* set size limit
* - Changed py cli to now correctly generate a sqlite db file.
- Added pronunciation file.
- Changed `build.gradle` to now pull `xerial/sqlite-jdbc` as normal dependency
* - Added verification-metadata.xml file.
- Changed JBDC import from `testImplementation` to `implementation`.
* Fixed build dependency verification error.
* troubleshooting JDBC verification error.
* updated dependency verification metadata and build.gradle.
* Added a try-with-resource statements for both the PreparedStatement and the ResultSet ensuring they will be closed once we finish with them.
---------
Co-authored-by: Abex <mii7303@gmail.com>
This lets us have better control over which dependencies are verified,
as changes to runelite-client's dependencies cause all Hub plugins with
pinned deps to fail, as the new transitive deps aren't pinned. Moving
this file into this repo not only lets us update it in these situations,
but also means individual plugin authors don't need to touch Gradle's
verification and all of it's associated pains. This also allows plugins
to pull a dependency that another plugin pulls already with no extra
work.