Declarative Gradle - Language Server
September 19, 2024 ยท View on GitHub
This project implements an LSP server for Declarative Gradle.
How to use?
The LSP project can be built and packaged by simply running ./gradlew shadowJar.
The runnable JAR can then be found at ./lsp/build/libs/lsp-all.jar.
Integrations
This server can be used in the integrations below:
- VSCode: https://github.com/gradle/declarative-vscode-extension
- Buildship (Eclipse): https://github.com/hegyibalint/buildship
Please refer to the respective projects for more information on how to use the LSP server.