GroovyLanguageServer / groovy-language-server

A language server for Groovy — designed for Moonshine IDE, but may be useful in other environments
https://moonshine-ide.com/
Apache License 2.0
185 stars 61 forks source link

Integrate groovy-language-server in a maven project #65

Closed adrbessy closed 2 years ago

adrbessy commented 2 years ago

Hello, Would it be possible to turn groovy-language-server into a maven project ? I would like to integrate it in my maven project. Thank you.

joshtynjala commented 2 years ago

I assume that it would be relatively easy for you to fork it, create a pom.xml, and translate the dependencies from the build.gradle file.

adrbessy commented 2 years ago

Thank you.