Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 398 Bytes

File metadata and controls

14 lines (11 loc) · 398 Bytes

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/