According to Gradle's official website:
Publishing a Build Scan to scans.gradle.com transmits information about your Gradle and Maven builds and their environment to Gradle's servers.
Is there a way to run a build scan so I can view the output locally, without transmitting the information to Gradle's server? Maybe something like
gradle build --scan-without-transmit
?