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

Publish as maven artifact #72

Closed SSNikolaevich closed 2 years ago

SSNikolaevich commented 2 years ago

Your server provides great configuration posibilities that allows to integrate it to custom environment, such as provide custom class loader for code completion, lsp proxy etc. but unfortunately it is not published to the Central Repository what make it difficult to include to build.

joshtynjala commented 2 years ago

At this time, we have no plans to publish a release of this project to Maven Central or anywhere else.

williamboman commented 1 year ago

@joshtynjala Hey, would you be open to tagging versions in the git repo? This would allow it to be added to https://github.com/mason-org/mason-registry. Any tag would do really, perhaps the current date? (I took a quick peek and it doesn't seem like the language server implementation is versioned).