From 766496c96026890f7275578b93aac0828f1617a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Don=C3=A1t=20Csik=C3=B3s?= Date: Tue, 12 Nov 2024 15:36:29 +0100 Subject: [PATCH] Fix installation instructions for Declarative Gradle --- docs/user/DeclarativeGradle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/DeclarativeGradle.md b/docs/user/DeclarativeGradle.md index 8fd5de45d..c220d3437 100644 --- a/docs/user/DeclarativeGradle.md +++ b/docs/user/DeclarativeGradle.md @@ -11,7 +11,7 @@ In order to install 1. In the Help > Install New Software dialog, add the following update site: https://download.eclipse.org/buildship/updates/latest-snapshot/ 1. Install the "Buildship - Gradle Declarative editor support" under the "Buildship Extras - Incubating" category. -1. Check out and build the [declarative-lsp](https://github.com/gradle/declarative-lsp) project by running `shadowJar`. The task should make a `lsp-all.jar` file under `build/libs`. +1. Check out and build the [declarative-lsp](https://github.com/gradle/declarative-lsp) project by running `shadowJar`. The task should make a `lsp-all.jar` file under `lsp/build/libs`. 1. Go to the "Settings > Gradle > Experimental features" menu, and select this `lsp-all.jar` file. 1. Upon opening any `gradle.dcl` file, the LSP should turn on. Observe the console for any diagnostic messages.