Closed
Description
(Apologies for not submitting a PR, my company doesn't allow me to do open source contribution easily yet)
Looks like this PR https://github.com/node-gradle/gradle-node-plugin/pull/32/files introduced a small bug:
The working directory should not be a caching input. Currently the way this is set up, it will take into account the contents of the working directory, and also because the PathSensitive
annotation is not set, it means the entry will not be cached correctly on different machines/different checkout directories.
Therefore I believe workingDir
should not be taken into account in the cache, and be annotated simply with @Internal
:
@Internal
File getWorkingDir()
{
return workingDir
}
Thanks for the consideration!
Metadata
Metadata
Assignees
Labels
No labels