This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch local in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/local by this push: new 7f0b1d3081 spotless 7f0b1d3081 is described below commit 7f0b1d3081f0bf9cb06c0e765f1010f68fd84d40 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sat Apr 5 09:14:55 2025 -0400 spotless --- .../main/java/org/apache/maven/slf4j/SimpleLoggerConfiguration.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/impl/maven-logging/src/main/java/org/apache/maven/slf4j/SimpleLoggerConfiguration.java b/impl/maven-logging/src/main/java/org/apache/maven/slf4j/SimpleLoggerConfiguration.java index e6e01d9775..d2588abf66 100644 --- a/impl/maven-logging/src/main/java/org/apache/maven/slf4j/SimpleLoggerConfiguration.java +++ b/impl/maven-logging/src/main/java/org/apache/maven/slf4j/SimpleLoggerConfiguration.java @@ -115,7 +115,8 @@ void init() { logFile = getStringProperty(Constants.MAVEN_LOGGER_LOG_FILE, logFile); - boolean cacheOutputStream = getBooleanProperty(Constants.MAVEN_LOGGER_CACHE_OUTPUT_STREAM, CACHE_OUTPUT_STREAM_DEFAULT); + boolean cacheOutputStream = + getBooleanProperty(Constants.MAVEN_LOGGER_CACHE_OUTPUT_STREAM, CACHE_OUTPUT_STREAM_DEFAULT); outputChoice = computeOutputChoice(logFile, cacheOutputStream); if (dateTimeFormatStr != null) {