Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                return "JVM is incompatible.\n" + description(context);
            } else if (!daemonOptsMatch(context)) {
                return "At least one daemon option is different.\n" + description(context);
            } else if (!priorityMatches(context)) {
                return "Process priority is different.\n" + description(context);
            } else if (!agentStatusMatches(context)) {
                return "Agent status 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