Node Gradle Gradle Node Plugin Versions Save

Gradle plugin for integrating NodeJS in your build. :rocket:

7.0.2

2 months ago

What's Changed

  • Prevent misconfigured workDir from removing all unrelated files #297

Full Changelog: https://github.com/node-gradle/gradle-node-plugin/compare/7.0.1...7.0.2

7.0.0

9 months ago

What's Changed

Full Changelog: https://github.com/node-gradle/gradle-node-plugin/compare/6.0.0...7.0.0

6.0.0

9 months ago
  • 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

Full Changelog: https://github.com/node-gradle/gradle-node-plugin/compare/5.0.0...6.0.0

5.0.0

1 year ago
  • 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: https://github.com/node-gradle/gradle-node-plugin/compare/4.0.0...5.0.0

4.0.0

1 year ago

What's Changed

  • 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

Full Changelog: https://github.com/node-gradle/gradle-node-plugin/compare/3.6.0...4.0.0

3.6.0

1 year ago

What's Changed

Full Changelog: https://github.com/node-gradle/gradle-node-plugin/compare/3.5.1...3.6.0

3.5.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/node-gradle/gradle-node-plugin/compare/3.5.0...3.5.1

3.5.0

1 year ago
  • Add ExecResult to tasks #237
  • Don't run npmInstall if package.json is missing #174

3.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/node-gradle/gradle-node-plugin/compare/3.3.0...3.4.0