Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printExecHandleSettings (2.62 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/ForkingGradleHandle.java

            if (this.execHandleRef.getAndSet(execHandle) != null) {
                throw new IllegalStateException("you have already called start() on this handle");
            }
    
            checkDistributionExists();
            printExecHandleSettings();
    
            execHandle.start();
            if (durationMeasurement != null) {
                durationMeasurement.start();
            }
            return this;
        }
    
        private void checkDistributionExists() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top