microsoft / vscode-gradle

Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle
MIT License
122 stars 49 forks source link

JDK detection fails #1551

Open jdneo opened 1 month ago

jdneo commented 1 month ago

See: https://github.com/microsoft/vscode-gradle/issues/1546#issuecomment-2262860863

The gradle server is launched with jdk < 17. Indicating that the jdk detection logic has some issue.

https://github.com/microsoft/vscode-gradle/blob/2a631cb6d7547b7c9497762065a6e9bce165b573/extension/src/util/config.ts#L65-L69

jdneo commented 1 month ago

If anyone met similar issue, please let me know