Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withParameterClassReferencingClassInAnotherPackage (0.77 sec)

  1. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorIntegrationTest.groovy

            isolationMode << ISOLATION_MODES
        }
    
        def "can use a parameter that references classes in other packages in #isolationMode"() {
            fixture.withWorkActionClassInBuildSrc()
            withParameterClassReferencingClassInAnotherPackage()
    
            buildFile << """
                task runInWorker(type: WorkerTask) {
                    isolationMode = $isolationMode
                }
            """
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 31K bytes
    - Viewed (0)
Back to top