This is a gradle plugin for export all project's (include subprojects) dependencies to an excel file;
- apply plugin
plugins {
id 'cn.hanlyjiang.gradle.analysis'
}
- execute
AnalysisDependencies
task , this will generate an excel file nameddependencies.xls
file at$rootProject.buildDir/distributions/