Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use local outputstream reference (#42180)
This commit fixes the logging in LoggedExec which uses an in memory buffer to read from a local reference, instead of with getStandardOutput() of the Exec task. This is due to gradle internally wrapping with a TeeOutputStream, breaking our cast.
- Loading branch information