From 2d27bbf5bcb68799f83f65f2e43a423b4258da6a Mon Sep 17 00:00:00 2001 From: Alex <alex.loo@protonmail.com> Date: Mon, 14 Feb 2022 17:26:14 +0100 Subject: [PATCH] chore: upgrade java plugin to 0.21.0 --- README.md | 2 +- deadlock-plugins/java/build.sh | 4 +++- deadlock-plugins/java/install.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4d6748d..00b34efe 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Utilisation du webpack présent dans `recorder-out/` par défaut. `./build.sh VERSION` # Requirements: -1. NodeJS > 14.X +1. NodeJS > ^14.X 2. Vscode ou Vscodium 3. Docker diff --git a/deadlock-plugins/java/build.sh b/deadlock-plugins/java/build.sh index 2cdf3fcd..8fd15de5 100755 --- a/deadlock-plugins/java/build.sh +++ b/deadlock-plugins/java/build.sh @@ -9,4 +9,6 @@ echo "Build Java pack" echo npm install npm run build -npx vsce package \ No newline at end of file +npx vsce package + +cp *.vsix ../ \ No newline at end of file diff --git a/deadlock-plugins/java/install.sh b/deadlock-plugins/java/install.sh index 57e5129e..bb4ee328 100755 --- a/deadlock-plugins/java/install.sh +++ b/deadlock-plugins/java/install.sh @@ -2,7 +2,7 @@ set -e -VERSION=0.18.7 +VERSION=0.21.0 NAME="vscode-java-pack" -- GitLab