Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getExtends (0.11 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            conf1.extendsFrom(conf2)
            conf2.extendsFrom(configuration)
    
            then:
            thrown InvalidUserDataException
        }
    
        def "reports cycle introduced by setExtends"() {
            def configuration = conf()
            def otherConf = conf("other")
            configuration.extendsFrom(otherConf)
    
            when:
            otherConf.setExtendsFrom([configuration])
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
Back to top