Help updating all bundled JREs to the latest available JRE 21 version, or to a specific version, by automatically querying the Adoptium API.
Command: /update-jres
Usage:
/update-jres # Uses latest version (default)
/update-jres latest # Same as above
/update-jres 21.0.5+11 # Uses specific version
What it does:
- Get JREs metadata: Queries Adoptium API to get JREs metadata
- Updates version properties: Updates architecture-specific dirname properties in pom.xml
- Updates download URLs: Updates platform-specific download URLs
- Updates SHA256 hashes: Updates SHA256 hashes for each platform