Skip to content

Commit

Permalink
refactor: switch to nvim-java/release-jdtls to get jdtls
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Dec 24, 2024
1 parent 2c2eec8 commit 987333a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/jdtls/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ source:
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" }}-202412191447.tar.gz
jdtls.tar.gz: https://github.com/nvim-java/release-jdtls/releases/download/{{ version | strip_prefix "v" }}/jdtls.tar.gz
config: config_mac/

- target: [linux_x64, linux_x86]
files:
jdtls.tar.gz: https://download.eclipse.org/jdtls/milestones/{{ version | strip_prefix "v" }}/jdt-language-server-{{ version | strip_prefix "v" }}-202412191447.tar.gz
jdtls.tar.gz: https://github.com/nvim-java/release-jdtls/releases/download/{{ version | strip_prefix "v" }}/jdtls.tar.gz
config: config_linux/

- target: linux_arm64
files:
jdtls.tar.gz: https://download.eclipse.org/jdtls/milestones/{{ version | strip_prefix "v" }}/jdt-language-server-{{ version | strip_prefix "v" }}-202412191447.tar.gz
jdtls.tar.gz: https://github.com/nvim-java/release-jdtls/releases/download/{{ version | strip_prefix "v" }}/jdtls.tar.gz
config: config_linux_arm/

- target: win
files:
jdtls.tar.gz: https://download.eclipse.org/jdtls/milestones/{{ version | strip_prefix "v" }}/jdt-language-server-{{ version | strip_prefix "v" }}-202412191447.tar.gz
jdtls.tar.gz: https://github.com/nvim-java/release-jdtls/releases/download/{{ version | strip_prefix "v" }}/jdtls.tar.gz
config: config_win/

schemas:
Expand All @@ -40,5 +40,4 @@ bin:

share:
jdtls/plugins/: plugins/
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 987333a

Please sign in to comment.