/groovy-language-server

A groovy implementation of the Microsoft Language Server Protocol

Primary LanguageJava

groovy-language-server

CircleCI Download

A groovy implementation of the Microsoft Language Server Protocol

Uses the Java API definition in typefox/ls-api

Groovy language server is published to bintray

Dev setup

  • git clone <repo link>
  • cd groovy-language-server
  • ./gradlew eclipse This generates an eclipse project
  • Import projects into eclipse

Building and Testing

  • ./gradlew build Compiles, runs tests, checkstyle and findbugs
  • ./gradlew test Runs all unit tests
  • ./gradlew publishToMavenLocal Creates jars in your Maven local repository

Debug

  • ./gradlew clean cleanEclipse Deletes gradle generated files