johnrengelman / gradle-processes

Gradle Processes Plugin - Create and manage forked processes
Apache License 2.0
40 stars 18 forks source link

Add Synchronous API for completion #2

Closed johnrengelman closed 10 years ago

johnrengelman commented 10 years ago

Copy the synchronous process implementations (exec, javaexec) from Gradle Core for completion of the API. Make this a one-stop shop for executing processes.