Skip to content

Commit

Permalink
Update JRE to open version
Browse files Browse the repository at this point in the history
If we use a fixed version, build will fail as soon as the remote site
updates
  • Loading branch information
vogella committed Nov 5, 2024
1 parent ce78b44 commit 58e66b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/justj/jres/21/updates/release/latest"/>
<unit id="org.eclipse.justj.openjdk.hotspot.jre.minimal.feature.group" version="21.0.4.v20240802-1551"/>
<unit id="org.eclipse.justj.openjdk.hotspot.jre.minimal.feature.group" version="0.0.0"/>
</location>
<location includeDependencyDepth="infinite" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
Expand Down

0 comments on commit 58e66b8

Please sign in to comment.