Skip to content

Commit

Permalink
Now that it is less-expensive, allow JavaParser to include the shallo…
Browse files Browse the repository at this point in the history
…w classpath
  • Loading branch information
sambsnyd committed Feb 23, 2022
1 parent 72a47fa commit e8c9816
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@ private static RawRepositories buildRawRepositories(@Nullable List<Repository> r

public List<SourceFile> listSourceFiles(Iterable<NamedStyles> styles,
ExecutionContext ctx) throws DependencyResolutionRequiredException, MojoExecutionException {
// Disable classpath type scanning until we can do it more efficiently
ctx.putMessage(JavaParser.SKIP_SOURCE_SET_TYPE_GENERATION, true);

Set<Path> alreadyParsed = new HashSet<>();
JavaParser javaParser = JavaParser.fromJavaVersion()
Expand Down

0 comments on commit e8c9816

Please sign in to comment.