Open epiatakov opened 3 years ago
I guess with new gradle versions the @Internal annotation should be used there. You probably could also downgrade gradle instead.
I didn't work with wildfly since a couple of years, but will happily review and merge contributions :)
Hi, I have an error with 7.2 gradle:
A problem was found with the configuration of task ':deployBevis' (type 'DeployWildflyTask').
In plugin 'com.mkring.wildlydeplyplugin.deploy-wildfly-plugin' type 'com.mkring.wildlydeplyplugin.DeployWildflyTask' property 'log' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#missing_annotation for more details about this problem.