readme: remove erroneous extra word (#9198)

fix grammatical error
This commit is contained in:
jlitalien1
2025-10-03 12:25:53 -07:00
committed by GitHub
parent ac1a269a9d
commit c5f20deb21

View File

@@ -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