Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/NestedInputIntegrationTest.groovy

        def "nested bean as input with null string is serialized correctly"() {
            buildFile << """
                interface SiteExtension {
                    @Nested
                    CustomData getCustomData();
                }
                interface CustomData {
                    Property<String> getWebsiteUrl();
                    Property<String> getVcsUrl();
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top