Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for IndentingOutputStream (0.11 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcSetupExtension.java

                    loggedExec.args("--parallel");
                }
                loggedExec.setStandardOutput(new IndentingOutputStream(System.out, unreleasedVersionInfo.get().version));
                loggedExec.setErrorOutput(new IndentingOutputStream(System.err, unreleasedVersionInfo.get().version));
                configAction.execute(loggedExec);
            });
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Aug 18 09:11:28 GMT 2021
    - 6.8K bytes
    - Click Count (0)
Back to Top