Skip to content

Commit

Permalink
NO-JIRA: In-IDE environment must feature Java 21
Browse files Browse the repository at this point in the history
In order to run ITs with RedDeer we have to rely on the target platform that is comparable with the current running IDE. Since Eclipse moved to Java 21 we also have to rely on this one.
  • Loading branch information
thahnen committed Aug 26, 2024
1 parent 7b5506e commit aee7e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-platforms/dev.target
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<target name="sonarlint-eclipse-dev" sequenceNumber="2">
<locations>
<location type="Target" uri="file:${project_loc:/org.sonarlint.eclipse.its}/../target-platforms/commons-build.target" />
<location type="Target" uri="file:${project_loc:/org.sonarlint.eclipse.its}/../target-platforms/latest-java-17_e431.target" />
<location type="Target" uri="file:${project_loc:/org.sonarlint.eclipse.its}/../target-platforms/latest-java-21.target" />
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" />
</target>

0 comments on commit aee7e97

Please sign in to comment.