File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Version 6.x * (unreleased)*
3+ ## Version 7.x * (unreleased)*
4+
5+ ## Version 7.0.0 * (2023-08-17)*
46* Upgrade default Node to 18.17.1 and npm to 9.6.7
57* Always use downloaded Yarn as per documentation [ #284 ] ( https://github.com/node-gradle/gradle-node-plugin/issues/284 )
8+ * The above is true even with ` download = false ` , per the documentation
69
710## Version 6.0.0 * (2023-08-15)*
811* Removed deprecated ` nodeModulesDir ` from ` NodeExtension `
Original file line number Diff line number Diff line change 44
55![ Build Status] ( https://github.com/node-gradle/gradle-node-plugin/workflows/Build/badge.svg?branch=master )
66[ ![ License] ( https://img.shields.io/github/license/node-gradle/gradle-node-plugin.svg )] ( http://www.apache.org/licenses/LICENSE-2.0.html )
7- ![ Version] ( https://img.shields.io/badge/Version-6 .0.0-orange.svg )
7+ ![ Version] ( https://img.shields.io/badge/Version-7 .0.0-orange.svg )
88
99This plugin enables you to use a lot of [ Node.js] ( https://nodejs.org ) -based technologies as part of your
1010build without having Node.js installed locally on your system. It integrates the following Node.js-based system
@@ -39,7 +39,8 @@ issue to [GitHub Issues](https://github.com/node-gradle/gradle-node-plugin/issue
3939
4040Here's the documentation for older releases of the plugin:
4141
42- * [ 6.0.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/6.0.0/README.md ) (current)
42+ * [ 7.0.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/7.0.0/README.md ) (current)
43+ * [ 6.0.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/6.0.0/README.md )
4344* [ 5.0.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/5.0.0/README.md )
4445* [ 4.0.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/4.0.0/README.md )
4546* [ 3.6.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/3.6.0/README.md )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ in your `build.gradle` file:
55
66``` gradle
77plugins {
8- id "com.github.node-gradle.node" version "6 .0.0"
8+ id "com.github.node-gradle.node" version "7 .0.0"
99}
1010```
1111
@@ -18,7 +18,7 @@ buildscript {
1818 }
1919
2020 dependencies {
21- classpath "com.github.node-gradle:gradle-node-plugin:6 .0.0"
21+ classpath "com.github.node-gradle:gradle-node-plugin:7 .0.0"
2222 }
2323}
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ file (see [Installing](installation.md) for details):
1818
1919``` gradle
2020plugins {
21- id "com.github.node-gradle.node" version "6 .0.0"
21+ id "com.github.node-gradle.node" version "7 .0.0"
2222}
2323```
2424
You can’t perform that action at this time.
0 commit comments