Is there a way to get stdout / stderr "on-the-fly"...
# community-support
s
Is there a way to get stdout / stderr "on-the-fly" when connecting to a Gradle build via the Tooling API? I'm currently using the launcher's
setStandardOutput
to redirect to a
ByteArrayOutputStream
, but that will only give me the stdout contents after the whole launch completed.