Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for byCollection (0.13 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/CollectionPropertyIntegrationTest.groovy

        }
    
        def "circular evaluation of #collection property is detected"() {
            buildFile """
                def myCollection = objects.${initializer}(String)
                def p = myCollection.map { it.join(", ") }
                myCollection.add(p)
    
                myCollection.get()
            """
    
            when:
            fails "help"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:57:00 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top