mirror of
https://github.com/apache/maven.git
synced 2025-02-07 18:49:20 +00:00
The MavenCliTest.testStyleColors is not failing when the build is under JDK 8 or JDK 11. After changing to JDK 16, the test fails, this commit is to fix the NullPointerException. Tested on JDK 8, 11 adn 16 with: `mvn clean verify`