readme: add client version outdated info (#4933)

This commit is contained in:
YvesW
2023-09-24 06:02:31 +02:00
committed by GitHub
parent ebbfb00b5f
commit 5d14d3a4ab

View File

@@ -125,3 +125,10 @@ To do this we rely on [Gradle's dependency verification](https://docs.gradle.org
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.
## 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:
1. Open the Gradle tool window.
2. Right-click on the project's name. This will contain the Gradle icon (elephant).
3. Choose `Refresh Gradle Dependencies`.
If your issue is not resolved, try reloading all Gradle projects. This option is located in the toolbar in the Gradle tool window. Additionally, try invalidating caches.