Gradle - build & tool
Gradle build tree
Use the reporting plugin to enable local build tree report
plugins {
id 'project-report'
}
// Or
apply plugin: 'project-report'
Dependencies on command prompt
gradle dependencies
Build Scan
gradle build --scan
Generate the html report
./gradlew htmlDependencyReport