From 5a3c534591e01f75ee82a0ccc0d4219bcce61167 Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Fri, 24 Sep 2021 15:23:30 +0200 Subject: [PATCH] Remove unnecessary node & yarn configuration --- build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.gradle b/build.gradle index 4bec275150f..4c67c8dd4d8 100644 --- a/build.gradle +++ b/build.gradle @@ -548,12 +548,6 @@ subprojects { if (file('package.json').exists()) { apply plugin: 'com.github.node-gradle.node' - node { - version = '14.17.5' - yarnVersion = '1.22.11' - download = true - } - // the OWASP tool does not support yarn, and its yarn.lock files, so node modules // should be explicitly installed (yarn task) before running the audit // See https://github.com/jeremylong/DependencyCheck/issues/2393 -- 2.39.5