node-gradle / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
599 stars 117 forks source link

NPM Install caching #301

Open adam-enko opened 6 months ago

adam-enko commented 6 months ago

Allow npmInstall to be cached (helps with #81)

For demonstration purposes, I commented-out the overlapping outputs in NpmInstallTask. This will have knock-on effects that I haven't tackled - I just wanted to demonstrate what it would take to get my test working.