uklance / gradle-dependency-export

Export maven dependencies from a gradle project to the file system
27 stars 14 forks source link

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

Open pashazadeh opened 3 years ago

pashazadeh commented 3 years ago

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 commented 2 years ago

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

bechhansen commented 2 years ago

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