Skip to content

Tags: node-gradle/gradle-node-plugin

Tags

7.1.0

Toggle 7.1.0's commit message
7.1.0 - Support for AIX and ARM64 Windows

* Add support for ARM64 Windows #315
* Add support for AIX #320
* Add license to publications POM #319

7.0.2

Toggle 7.0.2's commit message
7.0.2 - prevent misconfigured `workDir` from removing all files #297

7.0.1

Toggle 7.0.1's commit message
7.0.1 - Add missing `result` to NodeTask

* Adds missing `result` to NodeTask #289

7.0.0

Toggle 7.0.0's commit message
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

Toggle 6.0.0's commit message
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

Toggle 5.0.0's commit message
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

Toggle 4.0.0's commit message
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

3.6.0

Toggle 3.6.0's commit message
3.6.0 - Allow disabling task rules, better install tracking

* Allow task rules to be disabled #116
* Add `fastNpmInstall` option to only track lock-files #157

3.5.1

Toggle 3.5.1's commit message
3.5.1 - Fix configuration cache support in pnpm

3.5.0

Toggle 3.5.0's commit message
3.5.0 - minor improvements

* Add ExecResult to tasks #237
* Don't run npmInstall if package.json is missing #174