Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addExecToScript (0.12 sec)

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

            settingsFile << """
                apply from: 'other.gradle'
            """
            addExecToScript(file("other.gradle"))
            when:
            succeeds()
            then:
            outputContains("hello from settings")
        }
    
        private void addExecToScript(TestFile scriptFile) {
            file("message") << """
                hello from settings
            """
            if (OperatingSystem.current().windows) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top