sbt / sbt-license-report

Report on licenses used in an sbt project.
89 stars 32 forks source link

Dependency resolution fails, looking for version "working@HOSTNAME" #119

Closed iwanek9ld closed 5 months ago

iwanek9ld commented 5 months ago

sbt: 1.9.9 sbt-license-report: 1.6.1

I am getting following error when running dumpLicenseReport. Could you guide me where is the wrong version as "working@98df71d077cd" coming from?

Following block repeats for every dependency in sbt project.

...
[error]         local: unhandled revision => working@98df71d077cd
[error]         maven-proxy-releases: unhandled revision => working@98df71d077cd
[error]         ivy-proxy-releases: unhandled revision => working@98df71d077cd
...
[warn]  module not found: junit#junit;working@98df71d077cd
[warn] ==== local: tried
[warn] ==== maven-proxy-releases: tried
[warn] ==== ivy-proxy-releases: tried
...
iwanek9ld commented 5 months ago

Not an issue. Fixed after cleaning sbt build completely.

iwanek9ld commented 5 months ago

98df71d077cd appears to be hostname as it was run from inside docker container.

iwanek9ld commented 5 months ago

Similar as reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1001391