mirror of
https://github.com/apple/pkl.git
synced 2026-04-18 14:39:54 +02:00
* Add `getEffectiveOutputFiles` and `getEffectiveOutputDirs` to `EvalTask`, and mark them as output files/dirs so they are tracked by Gradle. This enables implicit dependency tracking between two tasks. * Fix usage of `file()` notation in Gradle scripts when on Windows.