mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 23:19:19 +02:00
- CompileDebugLogger wraps logger to prefix debug messages with [projectId] - projectIdFromScope derives id from task scope (avoids HashWriter on ResolvedProject) - Wire CompileDebugLogger into compileIncrementalTaskImpl and compileJavaTask - Add CompileDebugLoggerSpec unit test and i408-debug-invalidation-prefix scripted test