Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getWorkingDirectory (0.28 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/GradleBuildExperimentRunner.java

        public void doRun(String testId, BuildExperimentSpec experiment, MeasuredOperationList results) {
            InvocationSpec invocationSpec = experiment.getInvocation();
            File workingDirectory = invocationSpec.getWorkingDirectory();
    
            if (!(invocationSpec instanceof GradleInvocationSpec)) {
                throw new IllegalArgumentException("Can only run Gradle invocations with Gradle profiler");
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. platforms/core-execution/worker-main/src/main/java/org/gradle/process/internal/worker/child/SystemApplicationClassLoaderWorker.java

            workerServices.add(WorkerLogEventListener.class, workerLogEventListener);
    
            File workingDirectory = workerServices.get(WorkerDirectoryProvider.class).getWorkingDirectory();
            File errorLog = getLastResortErrorLogFile(workingDirectory);
            PrintUnrecoverableErrorToFileHandler unrecoverableErrorHandler = new PrintUnrecoverableErrorToFileHandler(errorLog);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top