Open
Description
I found that all Liberica's 'checkver.jsonpath' configurations are $.version
. But in the liberica url request result, the data is of array type.So it should be $[*].version
.
For example: [{"version":"21.0.7+9"},{"version":"24.0.1+11"}]
.
And I also found that this problem caused many 'Property 'version' not valid on JArray' exceptions in CI (Excavator).
If this change makes sense, I'm willing to open a pull request!