From c5f20deb216ec0375b6c597e25c51d3aceef7d0e Mon Sep 17 00:00:00 2001 From: jlitalien1 <110858303+jlitalien1@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:25:53 -0700 Subject: [PATCH] readme: remove erroneous extra word (#9198) fix grammatical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c667000..cb4efad10 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Instead, prefer using https://docs.oracle.com/javase/8/docs/api/java/lang/Class. ## Third party dependencies We require any dependencies that are not a transitive dependency of runelite-client to -be have their cryptographic hash verified during the build to prevent [supply chain attacks](https://en.wikipedia.org/wiki/Supply_chain_attack) and ensure build reproducability. +have their cryptographic hash verified during the build to prevent [supply chain attacks](https://en.wikipedia.org/wiki/Supply_chain_attack) and ensure build reproducability. 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