Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wrongPropertyTypeApi (0.16 sec)

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

            when:
            fails("wrongPropertyTypeApi")
    
            then:
            failure.assertHasDescription("Execution failed for task ':wrongPropertyTypeApi'.")
            failure.assertHasCause("Cannot set the value of extension 'custom' property 'prop' of type java.lang.String using a provider of type java.lang.Integer.")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top