Skip to content

Commit

Permalink
Fixing the build for the bundle (#110) (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Hurley <[email protected]>
Co-authored-by: Shawn Hurley <[email protected]>
  • Loading branch information
eemcmullan and shawn-hurley authored Nov 14, 2024
1 parent 0c71ba5 commit f110fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-analyzer-bundle.tp/java-analyzer-bundle.target
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner"
includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.ls.core" version="0.0.0" />
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/1.38.0.202408011337/" />
<repository location="https://download.eclipse.org/jdtls/milestones/1.40.0/repository"/>
</location>


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

0 comments on commit f110fca

Please sign in to comment.