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
7.0.0 - always use downloaded Yarn per documentation
* Upgrade default Node to 18.17.1 and npm to 9.6.7
* Always use downloaded Yarn as per documentation #284
* The above is true even with `download = false`, per the documentation
6.0.0 - configuration-cache fixes and deprecation cleanup
* Removed deprecated `nodeModulesDir` from `NodeExtension`
* The resolved/computed node directory and platform are stored in `resolvedNodeDir` and `resolvedPlatform` on `NodeExtension`
* Fixes configuration-cache issue in Gradle 8.4
* Removes the entire `PlatformHelper` as the functionality has migrated into top-level functions
* Removes the deprecated `HelperExecution`
* Fixed failure querying the task inputs/outputs on 8+ with configuration-cache enabled #259
* `ProxySetting.FORCED` will now unset environment variables configured outside of Gradle, forcing the settings to match #153
5.0.0 - Support stable configuration-cache
* Support stable configuration-cache on Gradle 8.1 #271
* Store pre-computed node path on NodeExtension
* Re-introduce support for Gradle 6.6
4.0.0 - Gradle 8.1 configuration-cache support
* Drop support for versions lower than Gradle 7.5.1
* Rename package.json extension to packageJson #232
* Support configuration-cache on Gradle 8.1 #271