Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canDecorateBooleanPrimitiveProperties (0.42 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/DynamicObjectIntegrationTest.groovy

                assert e.m2("hi") == "hi"
            '''
    
            expect:
            succeeds()
        }
    
        @Issue("GRADLE-2163")
        @ToBeFixedForConfigurationCache(skip = INVESTIGATE)
        def canDecorateBooleanPrimitiveProperties() {
    
            buildFile """
                class CustomBean {
                    boolean b
                }
    
                // best way to decorate right now
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top