update the gradle node plugin

This commit is contained in:
2020-03-12 19:54:29 +01:00
parent ec4f445b8d
commit 5befe099c7

View File

@@ -1,5 +1,5 @@
plugins { plugins {
id("com.github.node-gradle.node") version "2.2.1" id("com.github.node-gradle.node") version "2.2.3"
} }
@@ -20,7 +20,7 @@ node {
// If true, it will download node using above parameters. // If true, it will download node using above parameters.
// If false, it will try to use globally installed node. // If false, it will try to use globally installed node.
//download = true download = true
// Set the work directory for unpacking node // Set the work directory for unpacking node
//workDir = file("${project.buildDir}/nodejs") //workDir = file("${project.buildDir}/nodejs")
@@ -33,8 +33,6 @@ node {
// Set the work directory where node_modules should be located // Set the work directory where node_modules should be located
//nodeModulesDir = file("${project.projectDir}") //nodeModulesDir = file("${project.projectDir}")
download=true
} }
sourceSets { sourceSets {