Skip to content

Commit f110fca

Browse files
Fixing the build for the bundle (#110) (#111)
Signed-off-by: Shawn Hurley <[email protected]> Co-authored-by: Shawn Hurley <[email protected]>
1 parent 0c71ba5 commit f110fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-analyzer-bundle.tp/java-analyzer-bundle.target

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner"
88
includeSource="true" type="InstallableUnit">
99
<unit id="org.eclipse.jdt.ls.core" version="0.0.0" />
10-
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/1.38.0.202408011337/" />
10+
<repository location="https://download.eclipse.org/jdtls/milestones/1.40.0/repository"/>
1111
</location>
1212

1313

@@ -61,7 +61,7 @@
6161
<repository location="https://download.eclipse.org/releases/2021-09/202109151000/"/>
6262
</location>
6363
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
64-
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
64+
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
6565
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
6666
</location>
6767
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">

0 commit comments

Comments
 (0)