Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Disable publishing failing scans (#21528)
[This sbt command](https://github.com/scala/scala3/blob/e9e046db1d8a0329f28f52c7726dab66730dac7a/project/scripts/cmdTests#L58) is expected to fail. Consequently [its Develocity scan](https://develocity.scala-lang.org/s/cjyfzepco743i) always appear as failed, even though the CI job succeeds. This is confusing and it makes it harder to find real failing jobs. The solution I propose in this PR is to disable publishing the scan of the command, using `-Dscan:false`. Ping @dotta
- Loading branch information