Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable nested jar scanning in
dependenciesFromClasspath()
Nested jar scanning is currently not supported and is thus explicitly disabled in `JavaParser#dependenciesFromClasspath()` so that it doesn't end up causing exceptions (due to missing `FileSystems#newFileSystem()` call).
- Loading branch information