fix: Forge version regex for 1.17+ JPMS (#3783)

For 1.17 JPMS arguments, fix regex to match`^1\.(17|18|19|20|21|22|23)` or latest instead of only dot . minor versions, which is something I didn't notice in a previous PR. This should future proof it.

Changes Java image display order defaulting to 17, which the 1.17+ requires for unix args.
This commit is contained in:
Alex 2021-12-04 20:23:37 +02:00 committed by GitHub
parent 01e7a45cc5
commit 59d47e746b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

File diff suppressed because one or more lines are too long