sbt/main
MkDev11 82e370b4cb
[2.x] fix: inputFileChanges with nested task scopes (#8516)
Fixes #7489

When using nested task scopes like otherTask / testTask, the
inputFileChanges macro was returning the wrong scope. It checked
if the scope already had a task axis and returned it as-is, but
this meant it would use otherTask's scope instead of testTask's.

The fix always sets the task axis to the key being queried,
ensuring fileInputs settings are found at the correct scope.
2026-01-14 00:10:23 -05:00
..
src [2.x] fix: inputFileChanges with nested task scopes (#8516) 2026-01-14 00:10:23 -05:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00