Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for InProcess (0.26 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r40/ProjectConfigurationChildrenProgressCrossVersionSpec.groovy

            buildFile << """
                import org.gradle.workers.*
    
                ${workerActionClass('InProcess')}
                ${workerActionClass('Forked')}
    
                task runInProcess {
                    doLast {
                        def workerExecutor = services.get(WorkerExecutor)
                        ${workerSubmit('InProcess')}
                    }
                }
                task runForked {
                    doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 14 00:59:27 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  2. maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/keycloak-server/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    	quarkus/test-framework/security-oidc/pom.xml
    quarkus/integration-tests/grpc-inprocess/pom.xml
    	quarkus/extensions/grpc/runtime/pom.xml
    	quarkus/extensions/grpc/inprocess/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    quarkus/integration-tests/liquibase/pom.xml
    	quarkus/extensions/liquibase/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  3. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DaemonGreeter.java

                "\nFor example, an unrecognized jvm option is used." +
                documentationRegistry.getDocumentationRecommendationFor("details on the daemon", "gradle_daemon") +
                "\nProcess command line: " + Joiner.on(" ").join(startupArgs) +
                "\nPlease read the following process output to find out more:" +
                "\n-----------------------\n" +
                output;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 05 22:24:02 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top