Join Slack
Powered by
Is there a way to get stdout / stderr "on-the-fly"...
# community-support
s
Sebastian Schuberth
10/18/2022, 12:43 PM
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.
Open in Slack
Previous
Next