Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildableBinary1 (0.12 sec)

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

          - Binary notBuildableBinary2 has 'notBuildable' in the name""")
        }
    
        def "builds those component binaries that are buildable and skips those that are not" () {
            withLibBinaries("buildableBinary1", "notBuildableBinary", "buildableBinary2")
    
            when:
            run "assemble"
    
            then:
            result.assertTasksExecuted(":libBuildableBinary1", ":libBuildableBinary2", ":assemble")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 5.6K bytes
    - Viewed (0)
Back to top