Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unsupported_nested_type (0.34 sec)

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart2IntegrationTest.groovy

            assertValidationFailsWith([
                warning(nestedTypeUnsupportedConfig { type("MyTask").property("my$typeName").annotatedType(className).reason(reason) },
                    'validation_problems', 'unsupported_nested_type'),
            ])
    
            and:
            verifyAll(receivedProblem) {
                fqid == 'validation:property-validation:nested-type-unsupported'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/internal/reflect/validation/ValidationMessageChecker.groovy

        }
    
        NestedTypeUnsupported nestedTypeUnsupportedConfig(@DelegatesTo(value = NestedTypeUnsupported, strategy = Closure.DELEGATE_FIRST) Closure<?> spec) {
            def config = display(NestedTypeUnsupported, "unsupported_nested_type", spec)
            config.description("with nested type '${config.annotatedType}' is not supported.")
                .solution("Use a different input annotation if type is not a bean.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 11:49:03 UTC 2024
    - 42.1K bytes
    - Viewed (0)
Back to top