Skip to content

Commit

Permalink
Merge pull request quarkusio#24193 from glefloch/fix/ci-info-logs
Browse files Browse the repository at this point in the history
Enable info logs on gradle tests
  • Loading branch information
gsmet authored Mar 9, 2022
2 parents abc25e6 + b4bfaaa commit 689a736
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public BuildResult runGradleWrapper(File projectDir, String... args) throws IOEx
command.add(getGradleWrapperCommand());
command.addAll(getSytemProperties());
command.add("--stacktrace");
command.add("--info");
command.addAll(Arrays.asList(args));

File logOutput = new File(projectDir, "command-output.log");
Expand Down

0 comments on commit 689a736

Please sign in to comment.