mirror of https://github.com/sbt/sbt.git
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. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||