Skip to content

Commit

Permalink
feat: bump up jdtls version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax authored Aug 1, 2024
1 parent c61a66c commit 70829cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode/
11 changes: 5 additions & 6 deletions packages/jdtls/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@ categories:
- LSP

source:
# renovate:datasource=github-tags
id: pkg:generic/eclipse/[email protected]
id: pkg:generic/eclipse/[email protected]
download:
- target: [darwin_x64, darwin_arm64]
files:
jdtls.tar.gz: https://download.eclipse.org/jdtls/milestones/{{ version | strip_prefix "v" }}/jdt-language-server-{{ version | strip_prefix "v" }}-202401111522.tar.gz
jdtls.tar.gz: https://download.eclipse.org/jdtls/milestones/{{ version | strip_prefix "v" }}/jdt-language-server-{{ version | strip_prefix "v" }}-202406271335.tar.gz
config: config_mac/
- target: linux
files:
jdtls.tar.gz: https://download.eclipse.org/jdtls/milestones/{{ version | strip_prefix "v" }}/jdt-language-server-{{ version | strip_prefix "v" }}-202401111522.tar.gz
jdtls.tar.gz: https://download.eclipse.org/jdtls/milestones/{{ version | strip_prefix "v" }}/jdt-language-server-{{ version | strip_prefix "v" }}-202406271335.tar.gz
config: config_linux/
- target: win
files:
jdtls.tar.gz: https://download.eclipse.org/jdtls/milestones/{{ version | strip_prefix "v" }}/jdt-language-server-{{ version | strip_prefix "v" }}-202401111522.tar.gz
jdtls.tar.gz: https://download.eclipse.org/jdtls/milestones/{{ version | strip_prefix "v" }}/jdt-language-server-{{ version | strip_prefix "v" }}-202406271335.tar.gz
config: config_win/

schemas:
Expand All @@ -34,5 +33,5 @@ bin:

share:
jdtls/plugins/: plugins/
jdtls/plugins/org.eclipse.equinox.launcher.jar: plugins/org.eclipse.equinox.launcher_1.6.700.v20231214-2017.jar
jdtls/plugins/org.eclipse.equinox.launcher.jar: plugins/org.eclipse.equinox.launcher_1.6.900.v20240613-2009.jar
jdtls/config/: "{{source.download.config}}"

0 comments on commit 70829cb

Please sign in to comment.