OpenSearch/distribution
Ryan Ernst 8681dd9cba Hide bwc build output on success (#42102)
Previously we used LoggedExec for running the internal bwc builds.
However, this had bad performance implications as all the output was
buffered into memory, thus we changed back to normal Exec. This commit
adds a `spoolOutput` setting to LoggedExec which can be used for
commands with large amounts of output, and switches the bwc builds to
use this flag.
2019-05-16 09:49:23 -04:00
..
archives Add gradle plugin for downloading jdk (#41461) 2019-05-08 07:16:44 -07:00
bwc Hide bwc build output on success (#42102) 2019-05-16 09:49:23 -04:00
docker Add tasks to build Docker build context artifacts (#41819) 2019-05-06 21:04:57 -04:00
licenses Add notice for bundled jdk (#40576) 2019-03-29 17:21:21 -04:00
packages Cleanup plugin bin directories (#41907) 2019-05-10 11:00:41 -07:00
src Don't create tempdir for cli scripts (#41913) 2019-05-10 11:17:12 -07:00
tools Fix compilation in JVMErgonomicsTests 2019-05-09 10:24:16 -04:00
build.gradle Add gradle plugin for downloading jdk (#41461) 2019-05-08 07:16:44 -07:00