Skip to content

Commit 7303dcd

Browse files
committed
Update target platform dependencies
Fixes build errors. The old location is no longer available: https://download.eclipse.org/releases/2023-12/202311171000/ returns 404
1 parent b0c70e3 commit 7303dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.microsoft.java.debug.target/com.microsoft.java.debug.tp.target

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<unit id="org.eclipse.jdt.source.feature.group" version="0.0.0"/>
1818
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
1919
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
20-
<repository location="https://download.eclipse.org/releases/2023-12/202311171000/"/>
20+
<repository location="https://download.eclipse.org/releases/2023-12/202312061001/"/>
2121
</location>
2222
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
2323
<unit id="org.jboss.tools.maven.apt.core" version="0.0.0"/>
@@ -32,4 +32,4 @@
3232
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
3333
</location>
3434
</locations>
35-
</target>
35+
</target>

0 commit comments

Comments
 (0)