From 35e0466449561c227f3459acdbd7b83dbf0bda36 Mon Sep 17 00:00:00 2001 From: s1n7ax Date: Fri, 1 Dec 2023 21:51:00 +0530 Subject: [PATCH 1/2] feat: add sts4 jars --- packages/sts4/package.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/sts4/package.yaml diff --git a/packages/sts4/package.yaml b/packages/sts4/package.yaml new file mode 100644 index 0000000..4c63803 --- /dev/null +++ b/packages/sts4/package.yaml @@ -0,0 +1,22 @@ +--- +name: sts4 +description: | + Spring Tools 4 is the next generation of Spring tooling for your favorite coding environment. + Largely rebuilt from scratch, it provides world-class support for developing Spring-based enterprise + applications. + +homepage: https://github.com/spring-projects/sts4 +licenses: + - Eclipse Public License - v 1.0 +languages: + - Java +categories: + - LSP + +source: + id: pkg:github/spring-projects/sts4@4.20.1.RELEASE + asset: + file: vscode-spring-boot-1.50.0-RC.2.vsix + +share: + sts4/: extension/jars/ From 862b22e346526a49ff369c17656becba69ea55cb Mon Sep 17 00:00:00 2001 From: s1n7ax Date: Fri, 1 Dec 2023 22:20:22 +0530 Subject: [PATCH 2/2] fix(sts4): wrong license name --- packages/sts4/package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sts4/package.yaml b/packages/sts4/package.yaml index 4c63803..dd31d89 100644 --- a/packages/sts4/package.yaml +++ b/packages/sts4/package.yaml @@ -7,7 +7,7 @@ description: | homepage: https://github.com/spring-projects/sts4 licenses: - - Eclipse Public License - v 1.0 + - EPL-1.0 languages: - Java categories: