From fb0b69c114183c633b43a4bd88d851b8916a54b4 Mon Sep 17 00:00:00 2001 From: Chris <84344257+cdfisher@users.noreply.github.com> Date: Sat, 8 Mar 2025 04:23:09 -0500 Subject: [PATCH] readme: note that submissions with dependency changes take significantly longer to review (#7569) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fe4d4f9c..cd8811234 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ be have their cryptographic hash verified during the build to prevent [supply ch To do this we rely on [Gradle's dependency verification](https://docs.gradle.org/nightly/userguide/dependency_verification.html). To add a new dependency, add it to the `thirdParty` configuration in [`package/verification-template/build.gradle`](https://github.com/runelite/plugin-hub/blob/master/package/verification-template/build.gradle), then run `../gradlew --write-verification-metadata sha256` to update the metadata file. A maintainer must then verify -the dependencies manually before your pull request will be merged. +the dependencies manually before your pull request will be merged. This process generally adds significantly to the amount of time it takes for a plugin submission or update to be reviewed, so we recommend avoiding adding any new dependencies unless absolutely necessary. ## My client version is outdated If your client version is outdated or your plugin suddenly stopped working after RuneLite has been updated, make sure that your `runeLiteVersion` is set to `'latest.release'` in `build.gradle`. If this is set correctly, refresh the Gradle dependencies by doing the following: