Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Fix eclipse.jdt.ls version to 40 #74

Merged
merged 1 commit into from
Jul 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions org.elastic.jdt.ls.target/org.elastic.jdt.ls.tp.target
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<repository location="https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.7.2.v20190528-0935"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.7.2"/>
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.6.0.v20181130-0905"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.6.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtend.sdk.feature.group" version="0.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<repository>
<id>jdt.ls</id>
<layout>p2</layout>
<url>https://download.eclipse.org/jdtls/snapshots/repository/latest/</url>
<url>https://download.eclipse.org/jdtls/milestones/0.40.0/repository/</url>
</repository>
</repositories>
<profiles>
Expand Down