You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caching is one the most exciting features in Gradle so I would mention it in the plugin documentation.
So that new developers will be easier to use it. For example:
Just a note that generally this is probably not how you should use Gradle's caching since NPM/Yarn have a better understanding of their domains and therefore can provide better solutions to caching.
Sometimes you want to integrate an external tool like Git or Npm, both of which do their own up-to-date checking. In that case it doesn’t make much sense for Gradle to also do up-to-date checks.
Related to #157. Also, specifically for Yarn > v1, they have the "Plug'n'Play" thing which doesn't leave much to be cached - https://yarnpkg.com/features/pnp.
Hi
Caching is one the most exciting features in Gradle so I would mention it in the plugin documentation.
So that new developers will be easier to use it. For example:
The text was updated successfully, but these errors were encountered: