Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Src3 (0.02 sec)

  1. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

                it.from("src1", "src2")
                it.from("src3")
            })
            then:
            collection.from as List == ["src1", "src2", "src3"]
        }
    
        def "can incrementally set paths using closure"() {
            when:
            collection.withActualValue {
                it.from("src1", "src2")
                it.from("src3")
            }
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    === Potential breaking changes
    
     * There have been several potentially breaking changes in Kotlin DSL — see the _Breaking changes_ section of https://github.com/gradle/kotlin-dsl/releases/tag/v1.0-RC3[that project's release notes].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top