Skip to content

compatibility issue with Gradle 7.x #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
DmitryevichD opened this issue Aug 19, 2021 · 0 comments
Open

compatibility issue with Gradle 7.x #26

DmitryevichD opened this issue Aug 19, 2021 · 0 comments

Comments

@DmitryevichD
Copy link

DmitryevichD commented Aug 19, 2021

After update gradle to 7.x current plugin is broken.

When I try to execute updateVersion task I catch next problem:

* What went wrong:
A problem was found with the configuration of task ':updateVersion' (type 'UpdateVersionTask').
  - In plugin 'com.chattylabs.versioning' type 'com.chattylabs.plugin.UpdateVersionTask' property 'group' 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.

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

No branches or pull requests

1 participant