gradle-dependency-export
gradle-dependency-export copied to clipboard
Plugin does not work with Gradle 7.0.2 because of non annotated properties
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.
Any update on this? @uklance any plans for making this plugin support Gradle 7.x.x?
I just did a PR that makes it work on Gradle 7.x https://github.com/uklance/gradle-dependency-export/pull/19