gradle-dependency-export icon indicating copy to clipboard operation
gradle-dependency-export copied to clipboard

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

Open pashazadeh opened this issue 3 years ago • 2 comments

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.

pashazadeh avatar Jun 14 '21 07:06 pashazadeh

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

bechhansen avatar Apr 11 '22 11:04 bechhansen

I just did a PR that makes it work on Gradle 7.x https://github.com/uklance/gradle-dependency-export/pull/19

bechhansen avatar Apr 12 '22 11:04 bechhansen