Hello Klikaba,
Thank you a lot for the great plugin.
Unfortunately I faced with issue if use the plugin with gradle 7+
`* What went wrong:
A problem was found with the configuration of task ':updateTestExecution' (type 'UploadXmlReportTask').
-
In plugin 'ba.klika.xray' type 'ba.klika.tasks.UploadXmlReportTask' property 'restClient' 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.1.1/userguide/validation_problems.html#missing_annotation for more details about this problem.`
Could you add required stuff to plugin code?
Kind regards.