Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for agentStatusMatches (0.12 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/context/DaemonCompatibilitySpec.java

            } else if (!priorityMatches(context)) {
                return "Process priority is different.\n" + description(context);
            } else if (!agentStatusMatches(context)) {
                return "Agent status is different.\n" + description(context);
            } else if (!nativeServicesModeMatches(context)) {
                return "Native services mode is different.\n" + description(context);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 28 21:41:57 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top