In gradle you are able to include in the classpath the dependency from the jar file in the local filesystem using `implementation(files("/my/path/dep.jar"))` while the dependency is actually included in the classpath the lsp could not detect it.