Gradle - build & tool

less than 1 minute read

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