Open devisnik opened 8 years ago
The same here. It occurs when using the default tasks and also when defining custom tasks with the type com.tkruse.gradle.groovysh.ApplicationShellTask.
Unfortunately I believe this problem and the one in #13 will not be solved, at least I don't see how I could find the time. After trying to find a fix yesterday, it seems the required research and changes would be more effort than I can spend.
So likely I will have to drop this plugin, meaning users would have to define custom shells as described in the docs folder.
It may be more viable for the future to write a separate CLI app that integrates with Gradle (or maven) via it's API than to embed a plugin in the gradle process.
Ok but thanks for your effort and time. As I am maintaining a public Gradle plugin and a few internal ones I know how time intensive this can get. I'll have a look into the custom shells for now.
Thank you.
With Gradle 2.14 I run into the following exception when running the
shell
task.