Skip to content
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

Plugin does not work with Gradle 7.0.2 because of non annotated properties #17

Open
pashazadeh opened this issue Jun 14, 2021 · 2 comments

Comments

@pashazadeh
Copy link

pashazadeh commented Jun 14, 2021

Executing plugin with gradle 7.0.2 shows following error:

Some problems were found with the configuration of task ':mavenDependencyExport' (type 'MavenDependencyExport').

  • Type 'com.lazan.dependency.export.MavenDependencyExport' property 'exportJavadoc' is missing an input or output annotation.

and the root of problem is described in Properties without annotations.

@bechhansen
Copy link

Any update on this? @uklance any plans for making this plugin support Gradle 7.x.x?

@bechhansen
Copy link

I just did a PR that makes it work on Gradle 7.x #19

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

2 participants