Open
Description
Hello,
I would like to use your plugin to automatically provide a working local jruby installation.
However, further in my tasks, I need to call an external script which is using this :
!/usr/bin/env jruby
Is there a way to get a jruby entrypoint that I can put in my PATH so that my script would use that local jruby ?
Ideally I would depend on some jrubyInstall task and be able to get the path to the executable in a variable somewhere.
Thank you!
Regards,
Olivier