Prevent downloading Node.js

This commit is contained in:
Tim Weber 2019-04-01 17:27:09 +02:00
parent 7e9cb2c1f1
commit e7bd19bc47

View File

@ -282,6 +282,6 @@ if (project.hasProperty('nodeInstall')) {
version = "${node_version}"
npmVersion = "${npm_version}"
yarnVersion = "${yarn_version}"
download = true
download = false
}
}