-
Notifications
You must be signed in to change notification settings - Fork 950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grails 7: Console and Cli rewrite for org.jline:jline:3.0.0-3.27.1 #13752
Comments
@jamesfredley Where are you getting this error? |
@matrei I was before #13801 (review). I also ran into it back when consolidating the versions into gradle.properties and went with jansi 1.18 then as well, due to this error. jansi:2.0.0-2.4.1 all trigger it with jline:jline:2.14.6 I think #13805 (comment) would help avoid OS specific situations when apply updates from dependabot. |
Jline 3.27.1 is the current version. implementation "org.jline:jline:3.27.1" https://github.com/jline/jline3
Terminal terminal = TerminalBuilder.builder()
// further customization
.builder();
And the reader using:
LineReader reader = LineReader.builder()
.terminal(terminal)
// further customization
.build();
More upgrade discussion: |
#13474 trigged this issue and it was resolved for now, by #13801 (review)
https://mvnrepository.com/artifact/jline/jline/2.14.6 is not compatible with https://mvnrepository.com/artifact/org.fusesource.jansi/jansi/2.4.1
Moving to https://mvnrepository.com/artifact/org.jline/jline/3.0.0 - https://mvnrepository.com/artifact/org.jline/jline/3.27.1 will require a rewrite of:
Issue description
The text was updated successfully, but these errors were encountered: