Please can someone help me with this issue. I upgraded gradle version to 7.3 and i started getting a build error. please find below.
Some problems were found with the configuration of task ':wsdl2java' (type 'Wsdl2JavaTask').
- In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'classLoader' is missing an input or output annotation.
org.gradle.internal.execution.WorkValidationException: Some problems were found with the configuration of task ':wsdl2java' (type 'Wsdl2JavaTask').
Please can someone help me with this issue. I upgraded gradle version to 7.3 and i started getting a build error. please find below.
Some problems were found with the configuration of task ':wsdl2java' (type 'Wsdl2JavaTask').
org.gradle.internal.execution.WorkValidationException: Some problems were found with the configuration of task ':wsdl2java' (type 'Wsdl2JavaTask').
In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'classLoader' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
Add an input or output annotation.
Mark it as @internal.
Please refer to https://docs.gradle.org/7.3/userguide/validation_problems.html#missing_annotation for more details about this problem.
In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'classpath' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
Add an input or output annotation.
Mark it as @internal.
Please refer to https://docs.gradle.org/7.3/userguide/validation_problems.html#missing_annotation for more details about this problem.
In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'cxfVersion' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
Add an input or output annotation.
Mark it as @internal.
Please refer to https://docs.gradle.org/7.3/userguide/validation_problems.html#missing_annotation for more details about this problem.
In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'wsdlsToGenerate' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
Add an input or output annotation.
Mark it as @internal.
Please refer to https://docs.gradle.org/7.3/userguide/validation_problems.html#missing_annotation for more details about this problem.