-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: release separate package for lombok & lombok-nightly (#13)
- Loading branch information
Showing
3 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: lombok-nightly | ||
description: Project Lombok. Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java | ||
homepage: https://projectlombok.org | ||
licenses: | ||
- MIT | ||
languages: | ||
- Java | ||
categories: | ||
- Runtime | ||
|
||
source: | ||
id: pkg:generic/lombok/lombok.jar@nightly | ||
download: | ||
- target: [darwin_x64, darwin_arm64] | ||
files: | ||
lombok.jar: https://projectlombok.org/lombok-edge.jar | ||
- target: linux | ||
files: | ||
lombok.jar: https://projectlombok.org/lombok-edge.jar | ||
- target: win | ||
files: | ||
lombok.jar: https://projectlombok.org/lombok-edge.jar | ||
|
||
share: | ||
lombok-nightly/lombok.jar: lombok.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: lombok | ||
description: Project Lombok. Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java | ||
homepage: https://projectlombok.org | ||
licenses: | ||
- MIT | ||
languages: | ||
- Java | ||
categories: | ||
- Runtime | ||
|
||
source: | ||
id: pkg:generic/lombok/[email protected] | ||
download: | ||
- target: [darwin_x64, darwin_arm64] | ||
files: | ||
lombok.jar: https://projectlombok.org/downloads/lombok-{{ version | strip_prefix "v" }}.jar | ||
- target: linux | ||
files: | ||
lombok.jar: https://projectlombok.org/downloads/lombok-{{ version | strip_prefix "v" }}.jar | ||
- target: win | ||
files: | ||
lombok.jar: https://projectlombok.org/downloads/lombok-{{ version | strip_prefix "v" }}.jar | ||
|
||
share: | ||
lombok/lombok.jar: lombok.jar |