Hello everyone! I’ve been trying to measure build...
# community-support
v
Hello everyone! I’ve been trying to measure build times using Gradle Profiler and gain insights into my team’s Android project. The benchmark itself works fine, but I’m encountering an issue when trying to upload the scans using Gradle Build Scans. When I run
./gradle myApp:assembleDebug --scan
directly, it works fine and the scans are uploaded. However, when I try to use the Gradle Profiler with the command
gradle-profiler --profile <name-of-profiler> --project-dir <root-dir-of-build> <task>
, the scans are not being uploaded. I’m wondering if anyone has experienced a similar issue or has any suggestions on how to resolve it. Any help would be greatly appreciated! Thank you!