Skip to content

Commit

Permalink
remove dup line
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoroste authored and rsalvador committed Jan 1, 2023
1 parent 770001e commit 25d3d39
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public Builder addSourceFiles(Iterable<Artifact> sourceFiles) {

@CanIgnoreReturnValue
public Builder merge(JavaCompilationArgsProvider context, boolean pruneTransitiveDeps) {
addCompileTimeClassPathEntries(context.getTransitiveCompileTimeJars());
addCompileTimeClassPathEntries(
pruneTransitiveDeps ? context.getDirectCompileTimeJars()
: context.getTransitiveCompileTimeJars());
Expand Down

0 comments on commit 25d3d39

Please sign in to comment.