eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
582 stars 141 forks source link

There's no need to package `*.java` files into the runtime jar #763

Closed raylras closed 6 months ago

raylras commented 11 months ago

Solution:

-jar {

jonahgraham commented 11 months ago

Great idea. Can you provide a PR please? We need to also check that the various sources jars still have all the sources after making the change.

jonahgraham commented 6 months ago

Fixed by #764