I am running a Gradle build via the Gradle wrapper with version 5.6.2 (with a decent amount of custom plug-ins/additions). When I use the --scan
option, the upload proceeds, but I get the “Build Scan Could Not Be Displayed” Page.
Is there anything I can do locally to look at data, or on the site, to try and track down what about my build is breaking the scan from providing results properly? (I’m assuming some part of our customizations is the root cause). A build scan of running the tasks
task works, but anything more substantial (like an assemble
) displays this behavior, which is why I think it’s something in our configuration.
One of the recent examples of this can be found at https://scans.gradle.com/s/c4q46wunaexlc if that would be of help