Skip to content

Releases: node-gradle/gradle-node-plugin

7.1.0

27 Sep 13:16
Compare
Choose a tag to compare

What's Changed

  • Add support for ARM64 Windows #315
  • Add support for AIX by @ritvick in #321
  • Add license to pom #319

Full Changelog: 7.0.2...7.1.0

7.0.2

21 Feb 13:59
Compare
Choose a tag to compare

What's Changed

  • Prevent misconfigured workDir from removing all unrelated files #297

Full Changelog: 7.0.1...7.0.2

7.0.1

04 Oct 18:23
Compare
Choose a tag to compare

What's Changed

  • Add missing result to NodeTask #289

Full Changelog: 7.0.0...7.0.1

7.0.0

17 Aug 19:49
Compare
Choose a tag to compare

What's Changed

  • Upgrade default node to 18 (newest LTS) in #283
  • Always use downloaded Yarn as per documentation in #285

Full Changelog: 6.0.0...7.0.0

6.0.0

15 Aug 11:17
Compare
Choose a tag to compare
  • 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: 5.0.0...6.0.0

5.0.0

15 May 08:07
e805f29
Compare
Choose a tag to compare
  • 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

4.0.0

23 Apr 19:31
Compare
Choose a tag to compare

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: 3.6.0...4.0.0

3.6.0

23 Apr 14:03
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 3.5.1...3.6.0

3.5.1

26 Dec 20:10
Compare
Choose a tag to compare

What's Changed

  • Fix configuration cache support in pnpm tasks
  • Fix FAQ: Specify custom registry for setup by @lhhong in #256

New Contributors

Full Changelog: 3.5.0...3.5.1

3.5.0

18 Oct 15:41
Compare
Choose a tag to compare
  • Add ExecResult to tasks #237
  • Don't run npmInstall if package.json is missing #174