Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

gradle 7.2 compatibility #25

Open
epiatakov opened this issue Aug 23, 2021 · 1 comment
Open

gradle 7.2 compatibility #25

epiatakov opened this issue Aug 23, 2021 · 1 comment

Comments

@epiatakov
Copy link

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:
  1. Add an input or output annotation.
    2. Mark it as @internal.
Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#missing_annotation for more details about this problem.
@Ingwersaft
Copy link
Owner

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 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants