We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Some problems were found with the configuration of task ':mavenDependencyExport' (type 'MavenDependencyExport').
and the root of problem is described in Properties without annotations.
The text was updated successfully, but these errors were encountered:
Any update on this? @uklance any plans for making this plugin support Gradle 7.x.x?
Sorry, something went wrong.
I just did a PR that makes it work on Gradle 7.x #19
No branches or pull requests
Executing plugin with gradle 7.0.2 shows following error:
and the root of problem is described in Properties without annotations.
The text was updated successfully, but these errors were encountered: