microsoft / vscode-java-test

Run and debug Java test cases in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test
Other
297 stars 132 forks source link

docs: Correct JDK requirement in readme page #1667

Closed hacke2 closed 9 months ago

hacke2 commented 9 months ago

The minimum JDK dependency may have reached 17 now

org/eclipse/tycho/p2maven/repository/EclipsePluginArtifactHandler has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

jdneo commented 9 months ago

Thank you @hacke2