Prevent downloading Node.js
This commit is contained in:
parent
7e9cb2c1f1
commit
e7bd19bc47
@ -282,6 +282,6 @@ if (project.hasProperty('nodeInstall')) {
|
|||||||
version = "${node_version}"
|
version = "${node_version}"
|
||||||
npmVersion = "${npm_version}"
|
npmVersion = "${npm_version}"
|
||||||
yarnVersion = "${yarn_version}"
|
yarnVersion = "${yarn_version}"
|
||||||
download = true
|
download = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user