File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ that shows how to use this plugin version with Kotlin)
13
13
* Add full support of lazy configuration (issue [ #39 ] ( https://github.com/node-gradle/gradle-node-plugin/issues/39 ) )
14
14
* Fix some remaining input/output declaration issues (issue
15
15
[ #34 ] ( https://github.com/node-gradle/gradle-node-plugin/issues/34 ) )
16
- * Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before)
16
+ * Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before)
17
+ * Node.js 10+ support
17
18
18
19
This version breaks backward compatibility. It should not visible for most Groovy DSL users since the Groovy DSL
19
20
handles transparently most of these changes.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ with Gradle:
17
17
The plugin is published in the [ Gradle plugins portal] ( https://plugins.gradle.org/plugin/com.github.node-gradle.node )
18
18
with the ` com.github.node-gradle.node ` identifier.
19
19
20
- It supports Gradle 5.6.4+.
20
+ It supports Gradle 5.6.4+ and Node.js 10+ .
21
21
22
22
## Documentation
23
23
You can’t perform that action at this time.
0 commit comments