simdjson / simdjson-java

A Java version of simdjson, a high-performance JSON parser utilizing SIMD instructions
Apache License 2.0
289 stars 22 forks source link

Specify in Gradle the minimum supported Java version #30

Closed piotrrzysko closed 1 year ago

piotrrzysko commented 1 year ago

29 introduced a set of GitHub actions testing the library against multiple Java versions. It turns out that this doesn't work as expected. The version specified in build.gradle is automatically downloaded when not available on a machine, thereby the JAVA_HOME environment variable is ignored. As a result, the Java versions provided by the GitHub actions aren't used. This PR should fix this issue.