mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 14:10:52 +00:00

And use JNI (and FFM) instead. Changes: * use DefaultClient from master (thanks @gnodet !) * drop jansi (as DefaultClient should not depend on it) * introduce two new jline3 terminal backends: jni and ffm (used on Java 22+) * tested/verified (thanks @wendigo )