Skip to content

Commit b803ce0

Browse files
committed
[releng] Docker snapshots now require Java17, downgrade Docker version
Change-Id: I14df686bc1a601187b77184fb402a48cd32d040f
1 parent 864b003 commit b803ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

releng/org.eclipse.cdt.target/cdt.target

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="cdt" sequenceNumber="120">
3+
<target name="cdt" sequenceNumber="121">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
@@ -19,7 +19,7 @@
1919
<unit id="org.eclipse.egit.feature.group" version="0.0.0"/>
2020
</location>
2121
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
22-
<repository location="https://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
22+
<repository location="https://download.eclipse.org/linuxtools/update-2022-06-docker-rc2"/>
2323
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/>
2424
</location>
2525
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">

0 commit comments

Comments
 (0)