Skip to content

Commit fb0b69c

Browse files
authored
readme: note that submissions with dependency changes take significantly longer to review (#7569)
1 parent 00f9c50 commit fb0b69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ be have their cryptographic hash verified during the build to prevent [supply ch
111111
To do this we rely on [Gradle's dependency verification](https://docs.gradle.org/nightly/userguide/dependency_verification.html).
112112
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),
113113
then run `../gradlew --write-verification-metadata sha256` to update the metadata file. A maintainer must then verify
114-
the dependencies manually before your pull request will be merged.
114+
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.
115115

116116
## My client version is outdated
117117
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:

0 commit comments

Comments
 (0)