This method is called from the same thread where the command is to be executed. Therefore it is forbidden for this method to wait for the completion of a particular Gradle command as this could likely result in a dead-lock. @param project the project against which the command is to be executed.This argument cannot be {@code null}. @return the {@code TaskOutputProcessor} for the Gradle command executionThis method may never returns {@code null}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|