apache / maven-mvnd

Apache Maven Daemon
https://maven.apache.org/
Apache License 2.0
2.9k stars 207 forks source link

Warnings when headless in the CI #1028

Open wendigo opened 3 months ago

wendigo commented 3 months ago

When mvnd is used with a mvnw (wrapper) in the Github Actions it generates a warning that can't be disabled:

Jun 17, 2024 3:20:16 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
[main] WARNING org.jline - Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
cstamas commented 1 month ago

This message is coming from jline: https://github.com/jline/jline3/blob/de8243b895e38f81606c44afa3ee0217441c06da/terminal/src/main/java/org/jline/terminal/TerminalBuilder.java#L459