mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-01-24 14:21:43 -05:00
* Create friendly-guide * Add friendly-guide to toml dependency list * Update friendly-guide * Update friendly-guide Not sure where I'm using java.lang.system.out/err/in other than tests, but I removed from there as well. * Update friendly-guide * Update friendly-guide Load the dialog conditions and requirements explicitly * Update friendly-guide Replace reflection with hardcoded map * Update friendly-guide * Update friendly-guide address issues found in build
This project includes the dependency verification hashes used by all Plugin Hub plugins.
At the start of every build core dependencies are verified, but thirdParty deps are not.
To add a new dependency for a plugin add a new dep to the thirdParty configuration in this
build.gradle and run ../gradlew --write-verification-metadata sha256. The maintainer MUST
then verify the hashes match Maven Central and that the library in question is reasonable.