A Gradle plugin to generate trace files for Gradle projects
curl -L https://raw.githubusercontent.com/johnsonlee/tracing/main/src/main/resources/init.gradle.kts > ~/.gradle/init.d/tracing.gradle.kts
./gradlew assemble
Then, you can see the trace.html
file in the build
directory.
open build/trace.html