Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canFetchScriptViaHttp (0.18 sec)

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

            testFile('other2.gradle') << ''' task doStuff '''
    
            inTestDirectory().withTasks('doStuff').run()
        }
    
        @Test
        void canFetchScriptViaHttp() {
            executer.requireOwnGradleUserHomeDir() //we need an empty external resource cache
    
            TestFile script = testFile('external.gradle')
    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