Andy Smith

Results 8 comments of Andy Smith

I've arrived here as I'm having similar potential issue in a gradle kotlin DSL plugin. I'm calling SbeTool.main directly in my plugin ( rather than using a javaexec task), largely...

I've raised PR #1002 for consideration. I believe this provides a workable solution for @dmitry-livchak-qco 's (and my!) problem

Hmm... not a bad idea but I'm not familiar enough with gradle and/or how one would fork a java process (it's just never come up for me in java) ....

Ug thinking about it I misspoke. You can set properties post-fork - duh sorry. ( See what I mean about not being good at forking ). The point about needing...

Also another point. If you want to fork. Then just running a javaexec task will achieve the same (bit more performance overhead, but simpler implementation). The whole intention of the...

I still have a pull request open for this which I believe would fix this issue. But it's failing the codestyle checks so has been rejected for merge. #1002 There...

Makes sense - thanks for the answer. Sorry for late reply.

Yeah think I understand this now .....