Skip to content

Commit

Permalink
Add quiet option when gradle quiet flag set to avoid printing validat…
Browse files Browse the repository at this point in the history
…ion events (#132)
  • Loading branch information
hpmellema committed Mar 18, 2024
1 parent 5316bc8 commit 6f1967d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ void configureLoggingOptions(final List<String> args) {
case QUIET:
args.add("--logging");
args.add(Level.OFF.toString());
args.add("--quiet");
break;
case ERROR:
args.add("--logging");
Expand Down

0 comments on commit 6f1967d

Please sign in to comment.