Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRunningCompilerDaemons (1.79 sec)

  1. platforms/jvm/language-jvm/src/testFixtures/groovy/org/gradle/api/tasks/compile/AbstractCompilerDaemonReuseIntegrationTest.groovy

            then:
            executedAndNotSkipped "${compileTaskPath('main')}", ":child${compileTaskPath('main')}"
    
            and:
            assertTwoCompilerDaemonsAreRunning()
        }
    
        List<String> getRunningCompilerDaemons() {
            def compilerDaemonSets = compilerDaemonIdentityFile.readLines()
            assert compilerDaemonSets.size() == 1
            assert compilerDaemonSets[0].trim() != ""
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top