Machado,
Since you have groovy available in gradle, can you do something like this:
new Thread( {
exectaskthing.execute()
} ).start()
On Jul 17, 2011, at 9:03 AM, Magno Machado <[email protected]> wrote:
> I'm using javaexec method in a couple of places in my build scripts and it
> works very well.
>
> By default the javaexec method blocks until the java app finishes, but now
> I'm in a situation that I have to call a java application from my build
> script int a non blocking way. Is this possible?
>
> --
> Magno Machado Paulo
> http://blog.magnomachado.com.br
> http://code.google.com/p/emballo/