gradle-dependency-export
gradle-dependency-export copied to clipboard
Export maven dependencies from a gradle project to the file system
Adding license in accordance with the linked comment https://github.com/uklance/gradle-dependency-export/commit/c835642d28ab5e6c0cc9f4f388fb4939f637f27d#commitcomment-26504777
The company I'm working in is very picky about licenses. Can you please provide a LINSENCE file in the repository that we are legally allowed to use the plugin? Thanks...
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...
Changed the plugin to support Gradle 7.x
I have tried to apply your plugin to an Android multi module project, but with no luck. I have the following: ``` apply plugin: "com.lazan.dependency-export" configurations { variantNameDebug } mavenDependencyExport...
Hi Lance, i've added the option to filter the unresolvable artifacts. Please have a look. Best regards, Stefan
There is an access to the file property of an unresolvable artifact in MavenDependencyExport.groovy: https://github.com/uklance/gradle-dependency-export/blob/master/src/main/groovy/com/lazan/dependency/export/MavenDependencyExport.groovy#L154 Caused by: groovy.lang.MissingPropertyException: No such property: file for class: org.gradle.api.internal.artifacts.result.DefaultUnresolvedArtifactResult Possible solutions: type, id, failure...
When I look here it seems like only version 0.2 is published. https://plugins.gradle.org/m2/com/lazan/gradle-dependency-export/