Skip to content
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

keyboard input not properly working anymore with Gradle 2.13 #13

Open
devisnik opened this issue Jun 17, 2016 · 3 comments
Open

keyboard input not properly working anymore with Gradle 2.13 #13

devisnik opened this issue Jun 17, 2016 · 3 comments

Comments

@devisnik
Copy link

devisnik commented Jun 17, 2016

The plugin (version 1.0.8) works great with Gradle up to 2.12.

I experience weird input handling with Gradle 2.13 though. The cursor is not positioned properly, backspace removes full line.

I'm using iterm2 on MacOS, but the standard terminal on MacOS exhibits the same behaviour.

@tkruse
Copy link
Owner

tkruse commented Jun 18, 2016

thanks for reporting this, I'll have to investigate. Most likely this is due to a different version of Jline being used.

@devisnik
Copy link
Author

Seems that Gradle uses Groovy 2.4.6 which seems to use jline 2.12

@tkruse
Copy link
Owner

tkruse commented Jul 17, 2016

I can reproduce the behavior. Sadly however, I do not understand it. As far as I can see, gradle 2.13 does not use gradle 2.4.6 yet. In any case, merely updating jline also did not help.

Given the forthcoming problems with gradle 2.14, too (which also enables the daemon by default, I think I'll just have to discontinue this plugin.

This would mean users have to write their own Application based on Groovysh and maintain it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants