Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withMultiProjectSources (0.34 sec)

  1. platforms/jvm/scala/src/integTest/groovy/org/gradle/scala/compile/daemon/ScalaCompilerDaemonReuseIntegrationTest.groovy

        @UnsupportedWithConfigurationCache(because = "parallel by default")
        def "reuses compiler daemons within a multi-project build across multiple builds when enabled"() {
            withMultiProjectSources()
            withPersistentScalaCompilerDaemons()
    
            when:
            succeeds("compileAll")
    
            then:
            executedAndNotSkipped "${compileTaskPath('main')}", ":child${compileTaskPath('main')}"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 5.6K bytes
    - Viewed (0)
Back to top