License Compliance fails on Scala-based projects via sbt
Summary
License Compliance appears to fail when detecting a Scala-based project with SBT.
Steps to reproduce
- Create a Scala-based project on GitLab.com in a
Goldnamespace. - Include license compliance in your
.gitlab-ci.ymlin some way. - Run a pipeline.
- Observe pipeline failure with the error below.
Example Project
(If you are using an older version of GitLab, this will also determine whether the bug is fixed in a more recent version)
What is the current bug behavior?
The license compliance job fails.
What is the expected correct behavior?
The license compliance job should succeed on Scala-based projects via sbt.
Relevant logs and/or screenshots
From the failed job linked above:
Command 'sbt dumpLicenseReport' failed to execute: Getting org.scala-sbt sbt 0.13.11 (this may take some time)... (RuntimeError)
Output of checks
This bug happens on GitLab.com