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

Use the correct JDK version when indexing Java packages. #215

Merged
merged 1 commit into from
May 7, 2021

Conversation

olafurpg
Copy link
Member

@olafurpg olafurpg commented May 7, 2021

Previously, PackageHub was not able to index Java 11 libraries because
it always ran the index-semanticdb step on Java 8. Now, we shell out
to cs launch lsif-java --jvm JVM_VERSION to ensure that the
index-semanticdb command always uses the correct Java version.

Previously, PackageHub was not able to index Java 11 libraries because
it always ran the `index-semanticdb` step on Java 8. Now, we shell out
to `cs launch lsif-java --jvm JVM_VERSION` to ensure that the
`index-semanticdb` command always uses the correct Java version.
@olafurpg olafurpg merged commit 02ccd70 into sourcegraph:main May 7, 2021
@olafurpg olafurpg deleted the jdk-multiversion branch May 7, 2021 12:05
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

1 participant