Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rootProperty (0.19 sec)

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

                    "task testTask {",
                    "  doLast { new Reporter().checkProperties(project) }",
                    "}",
                    "assert 'root' == rootProperty",
                    "assert 'root' == property('rootProperty')",
                    "assert 'root' == properties.rootProperty",
                    "assert 'child' == childProperty",
                    "assert 'child' == property('childProperty')",
    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