Hello everyone. I've been looking at the new probl...
# community-support
e
Hello everyone. I've been looking at the new problems-report.html file. But I can't get it to output any location information for the errors. For example, an empty build with just:
Copy code
repositories {
    maven {
        url "<https://anyurl>"
    }
}
is reporting a deprecation about replacing that usage with
url = "<https://anyurl>"
. There is no location in the report. The build scan has the location info, though. It's the same when I try to report a problem with ProblemSpec.stackLocation(). Am I doing something wrong? Is this expected? I can reproduce the issue with both 8.14.2 and 9.0.0-rc-1.