Skip to content

Commit

Permalink
don't override JAVA_HOME env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Mar 13, 2024
1 parent f4be25b commit 5baa8b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/metals-languageclient/src/getJavaConfig.ts
Expand Up @@ -40,7 +40,6 @@ export function getJavaConfig({
const extraEnv = {
...coursierRepositories,
...coursierMirrors,
JAVA_HOME: javaHome,
};

return {
Expand Down

0 comments on commit 5baa8b8

Please sign in to comment.