Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for welcomeToTheJungle (0.35 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r10rc1/PassingCommandLineArgumentsCrossVersionSpec.groovy

            }
    """
    
            when:
            withConnection { ProjectConnection it ->
                it.newBuild().forTasks('printProperty').withArguments('-DsysProperty=welcomeToTheJungle').run()
            }
    
            then:
            file('sysProperty.txt').text.contains('welcomeToTheJungle')
        }
    
        def "can use custom build file"() {
            given:
            file("foo.gradle") << """
            task someCoolTask
    """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top