Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AnotherNestedProperty (0.14 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/project/taskfactory/TaskPropertyNamingIntegrationTest.groovy

                        inputDir: file('input'),
                        input: 'someString',
                        outputDir: file("\$buildDir/output"),
                        nestedBean: new AnotherNestedProperty(inputFile: file('inputFile'))
                    )
                }
                task printMetadata(type: PrintInputsAndOutputs) {
                    task = test
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 21 19:38:50 UTC 2022
    - 16.8K bytes
    - Viewed (0)
Back to top