kwin commented on issue #10747:
URL: https://github.com/apache/maven/issues/10747#issuecomment-4329950138
The reason why Maven 3.9.x is not affected is that it doesn't have native
binaries for any other platform but Windows. It contains
```lib/jansi-native
├── README.txt
└── Windows
├── arm64
│ └── jansi.dll
├── x86
│ └── jansi.dll
└── x86_64
└── jansi.dll
```
While JLine in Maven 4/3.10 ships native binaries for all OSes.
--
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]