Skip to content

Commit

Permalink
feat(pkg): add jdtls-nightly package
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Nov 13, 2023
1 parent 48b5dc0 commit 498117f
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/jdtls-nightly/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: jdtls-nightly
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/snapshots/jdt-language-server-{{ version | strip_prefix "v" }}-202311082110.tar.gz
lombok.jar: https://projectlombok.org/downloads/lombok.jar
config: config_mac/
- target: linux
files:
jdtls.tar.gz: https://download.eclipse.org/jdtls/snapshots/jdt-language-server-{{ version | strip_prefix "v" }}-202311082110.tar.gz
lombok.jar: https://projectlombok.org/downloads/lombok.jar
config: config_linux/
- target: win
files:
jdtls.tar.gz: https://download.eclipse.org/jdtls/snapshots/jdt-language-server-{{ version | strip_prefix "v" }}-202311082110.tar.gz
lombok.jar: https://projectlombok.org/downloads/lombok.jar
config: config_win/

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

bin:
jdtls: python:bin/jdtls

share:
jdtls/lombok.jar: lombok.jar
jdtls/plugins/: plugins/
jdtls/plugins/org.eclipse.equinox.launcher.jar: plugins/org.eclipse.equinox.launcher_1.6.600.v20231012-1237.jar
jdtls/config/: "{{source.download.config}}"

0 comments on commit 498117f

Please sign in to comment.