Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for theDescription (0.17 sec)

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

            file("build.gradle") << """
            description = project.getProperty('theDescription')
    """
    
            when:
            GradleProject project = withConnection { ProjectConnection it ->
                it.model(GradleProject).withArguments('-PtheDescription=heyJoe').get()
            }
    
            then:
            project.description == 'heyJoe'
        }
    
    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