Skip to content

Commit

Permalink
fix(deps): upgrade justj from 20 to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Oct 28, 2023
1 parent 24739c9 commit 09b0572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.target
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</location>

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://download.eclipse.org/justj/jres/20/updates/release/latest"/>
<repository location="https://download.eclipse.org/justj/jres/21/updates/release/latest"/>
<unit id="org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.feature.group" version="0.0.0"/>
</location>

Expand Down Expand Up @@ -145,5 +145,5 @@
</location>
</locations>

<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-20"/>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
</target>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@

<!-- https://www.eclipse.org/justj/?page=documentation#products -->
<!-- major version must match the one selected in build.target file -->
<executionEnvironment>org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped-20</executionEnvironment>
<executionEnvironment>org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped-21</executionEnvironment>

<target>
<file>../build.target</file>
Expand Down

0 comments on commit 09b0572

Please sign in to comment.