/dependencies-export-gradle-plugin

Gradle插件示例:导出Android项目的依赖到excel文件,编写过程->

Primary LanguageJava

Export project dependencies to excel file

About

This is a gradle plugin for export all project's (include subprojects) dependencies to an excel file;

Usage

  1. apply plugin
plugins {
   id 'cn.hanlyjiang.gradle.analysis'
}
  1. execute AnalysisDependencies task , this will generate an excel file named dependencies.xls file at $rootProject.buildDir/distributions/