-
Notifications
You must be signed in to change notification settings - Fork 5
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
No Interactive Shell using Gradle 6.3 and JDK 14 #1
Comments
That is strange, anyway, I did not test the plugin yet with JDK 14, although I don't think is related with that, but I'm going to refactor part of the code this week to put the autocomplete of the jshell console to work again, and that refactor will make strong changes on how the console startups, so after that I'll let you know. |
@alex-aeiou I have released the 1.0.0 version with some refactors that may solve your issue, could you test it again? |
This is also happening to me using Gradle 7.1 & JDK 11 (both oracle-jdk & open-jdk) |
Patch released today, version 1.1.0. |
Added the plugin in the following version:
Running the command:
./gradlew --no-daemon build -x test --console plain jshell
Leads to it successfully building and starting JShell but i doesn't grant me interactive input and stops as "BUILD SUCCESSFUL" immediately after:
Some infos about my system:
The text was updated successfully, but these errors were encountered: