Releases: node-gradle/gradle-node-plugin
Releases · node-gradle/gradle-node-plugin
7.1.0
7.0.2
7.0.1
7.0.0
6.0.0
- Removed deprecated
nodeModulesDir
fromNodeExtension
- The resolved/computed node directory and platform are stored in
resolvedNodeDir
andresolvedPlatform
onNodeExtension
- 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
Full Changelog: 5.0.0...6.0.0
5.0.0
- Support configuration-cache on Gradle 8.1 #271
- Store node directory path on NodeExtension
- Store the computed platform on NodeExtension
- Deprecate parts of PlatformHelper that require executing commands during configuration
- Re-introduce support for Gradle 6.6 and newer
Full Changelog: 4.0.0...5.0.0