rmannibucau commented on code in PR #13136:
URL: https://github.com/apache/maven/pull/13136#discussion_r4014234170
##########
compat/maven-embedder/src/main/java/org/apache/maven/cli/event/ExecutionEventLogger.java:
##########
@@ -261,6 +282,12 @@ private void logReactorSummary(MavenSession session) {
}
}
+ private record ReactorSummaryRequest(
+ List<ReactorSummaryEntry> entries, StringBuilder buffer, boolean
isSingleVersion, boolean hasExceptions) {}
Review Comment:
this is a workaround for the aggressive checkstyle, will keep it until we
relax checkstyle
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]