Skip to content

Commit

Permalink
feat: add jdtls 1.33.0 package
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Mar 3, 2024
1 parent fc9eb8a commit 8844ff3
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/jdtls-1.33.0/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: jdtls-1.33.0
description: Java language server.
homepage: https://github.com/eclipse/eclipse.jdt.ls
licenses:
- EPL-2.0
languages:
- Java
categories:
- LSP

source:
# renovate:datasource=github-tags
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" }}-202402151717.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" }}-202402151717.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" }}-202402151717.tar.gz
config: config_win/

schemas:
lsp: vscode:https://raw.githubusercontent.com/redhat-developer/vscode-java/master/package.json

bin:
jdtls: python:bin/jdtls

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

0 comments on commit 8844ff3

Please sign in to comment.