Skip to content

Commit

Permalink
Drop Javadoc.setVerbose(false) from RewriteJavaPlugin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Dec 15, 2024
1 parent 7873894 commit a6a7fd4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public void apply(Project project) {
configureTesting(project);

project.getTasks().withType(Javadoc.class).configureEach(task -> {
task.setVerbose(false);
task.options(opt -> {
((CoreJavadocOptions) opt)
.addStringOption("Xdoclint:none", "-quiet");
Expand Down

0 comments on commit a6a7fd4

Please sign in to comment.