Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startForegroundDaemonNow (0.25 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/AbstractDaemonLifecycleSpec.groovy

        }
    
        void startForegroundDaemon() {
            run { startForegroundDaemonNow() }
        }
    
        void startForegroundDaemonWithAlternateJavaHome() {
            run {
                javaHome = AvailableJavaHomes.differentJdk.javaHome
                startForegroundDaemonNow()
                javaHome = null
            }
        }
    
        void startForegroundDaemonNow() {
            if (javaHome) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:32:55 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top