Skip to content

Specify in Gradle the minimum supported Java version #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2023

Conversation

piotrrzysko
Copy link
Member

#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.

@piotrrzysko piotrrzysko merged commit 6bd879c into main Nov 12, 2023
@piotrrzysko piotrrzysko deleted the java_version_fix branch November 12, 2023 16:29
Squiry pushed a commit to Squiry/simdjson-java that referenced this pull request Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant