Mariano Ruiz
Mariano Ruiz
Hi @appkr , no, there is no workaround at the moment :disappointed:
That's weird! What you get executing `./gradlew --version`?
What the plugin basically does is to invoke the command with a prebuild set of arguments, see: https://github.com/mrsarm/jshell-plugin/blob/2b3b04cac217591ff649cf45a0a625a5ba36fc49/src/main/groovy/com/github/mrsarm/jshell/plugin/JShellPlugin.groovy#L101-L109 So, for some reason the `jshell` command in your path is the...
Good point ! in the past changing the `JAVA_HOME` variable allowed to change the JShell by the one in that Java version pointed, but it's not the case any more:...
Good to know that ! About auto-completion, unfortunately that is something that doesn't work due Gradle limitations, checkout https://github.com/mrsarm/jshell-plugin#tab-completion-not-working. What I do suggest, also as pointed out in the section...
Yea , I was thinking about adding something like that, maybe instead of an alternative command, as an argument, because JShell currently supports another optional argument and I may add...
BTW, if you want to "build" a script like the above with JShell, you can get the list of all the dependencies ready for copy & paste executing the plugin...
Got it! I added the ticket to the "3.11.0" and "App Builders Backlog" projects with the same priority than #331 due that this ticket will be addressed in the same...
The PR with the change is ready for peer review. About the current implementation and the new implementation: **master version**: if an action rise an error the app is stopped...
Ready for AT. Check comments here: https://github.com/medic/medic-conf/issues/331#issuecomment-789126267