mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +02:00
Fixes #1144 The compileTimeOnly message on wrapInitInputTask said "`value` can only be called on an input task..." when the user called `.evaluated`, not `.value`. Changed to say `evaluated` and suggest `.toTask(" <args>").value` as an alternative. Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>