Dear Emacs/Java Fediverse,
I'm setting up `lsp-mode` and `lsp-java` in Emacs for the first time (don't ask) and it looks like the latter only supports Eclipse's LSP implementation, which of course, being Eclipse, poops out a whole bunch of extra settings files all off the source file tree when it first runs.
If I wanted to use a bad IDE like Eclipse I'd just use that, I really don't want it's little setting file turds littering the repo (Gradle is bad enough).
Is there any of: a) An alternative LSP server for Java that is supported somehow, or b) A way to make lsp-java/Eclipse read all of the extensive declared configuration in Gradle's config and hence not need to duplicate that in a billion places?
Help a hacker out here please!