Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez committed Dec 19, 2024
1 parent 92c6ec1 commit ca98fd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ private static SonarScanner getScanner(Path projectDir, String projectKey) {
private static BuildResult scanWith(SonarScanner scanner) {
var result = orchestrator.executeBuild(scanner);

System.out.println(result.getLogs());
assertThat(result.isSuccess()).isTrue();
return result;
}
Expand Down

0 comments on commit ca98fd6

Please sign in to comment.