Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomComponentBinariesIntegrationTest.groovy

        def "links components sourceSets to binaries"() {
            when:
            buildFile << withSimpleComponentBinaries()
            buildFile << '''
                model {
                    tasks {
                        checkSourceSets(Task) {
                            doLast {
                                def binaries = $.binaries
                                def sampleBinarySourceSet = binaries.sampleLibBinary.inputs.toList()[0]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top