Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for withStdinPipe (0.09 sec)

  1. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitInteractiveIntegrationTest.groovy

        }
    
        private GradleHandle startInteractiveExecutorWithTasks(String... names) {
            executer.withForceInteractive(true)
            executer.withStdinPipe()
            executer.withTasks(names)
            executer.start()
        }
    
        private static ExecutionResult closeInteractiveExecutor(GradleHandle handle) {
            handle.stdinPipe.close()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 10 12:58:10 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top