mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
earlyOutput is a virtual file reference, so passing it directly via .toString produces a virtual path that scalac cannot resolve. Use fileConverter.value.toPath() to convert it to an actual filesystem path. Co-authored-by: corevibe555 <[email protected]> Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>