Skip to content
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

bugfix: Don't try to always get system jvm first #2508

Merged
merged 2 commits into from Nov 8, 2023

Conversation

tgodzik
Copy link
Member

@tgodzik tgodzik commented Nov 2, 2023

Previously, we would always first specify system| when downloading default JVM, which would coursier just return java from JAVA_HOME without any checks even if we needed to download never Java. Now, we only use specific versions, since java home is handled before.

Trying to figure out the tests in #2507

@tgodzik tgodzik marked this pull request as ready for review November 2, 2023 18:52
Previously, we would always first specify `system|` when downloading default JVM, which would coursier just return java from JAVA_HOME without any checks even if we needed to download never Java. Now, we only use specific versions, since java home is handled before.
@Gedochao
Copy link
Contributor

Gedochao commented Nov 8, 2023

I rebased this on top of main, that should fix the CI

@Gedochao Gedochao merged commit e785630 into VirtusLab:main Nov 8, 2023
38 checks passed
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.

None yet

3 participants