This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/java
Horacio Sanson 5a8ba75265 Fix eclipse.jdt.ls workspace data path.
We were setting the -data parameter to the project root but this caused
the language server to fail initialization and synch of gradle
dependencies. As consequence ALE failed to work fully on gradle
projects.

This fix sets the workspace to the parent folder of the project root.
Normally this corresponds to the correct Eclipse workspace path.

When this is not the case, this fix also allows users to explicitly set
the absolute path to the workspace via configuration variable.
2019-05-22 09:23:03 +09:00
..
checkstyle.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
eclipselsp.vim Fix eclipse.jdt.ls workspace data path. 2019-05-22 09:23:03 +09:00
javac.vim Merge pull request #2134 from oaue/master 2019-05-08 09:50:12 +01:00
javalsp.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
pmd.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00