Skip to content

Commit

Permalink
Fix installation instructions for Declarative Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
donat authored Nov 12, 2024
1 parent f9f91a7 commit 766496c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/DeclarativeGradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 766496c

Please sign in to comment.