Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canExecuteExternalScriptFromInitScript (0.27 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/ExternalScriptExecutionIntegrationTest.groovy

            inTestDirectory().withTasks("help").run()
        }
    
        @Test
        @ToBeFixedForIsolatedProjects(because = "Investigate")
        void canExecuteExternalScriptFromInitScript() {
            TestFile initScript = testFile('init.gradle') << ''' apply { from 'other.gradle' } '''
            testFile('other.gradle') << '''
                projectsEvaluated {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top