From 62b21006de51a5b15819e70f4a0943ab983d2b68 Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Wed, 29 Sep 2021 09:47:37 +0200 Subject: Avoid unnecessary yarn install --- build.gradle | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 4c67c8dd4d8..b0c8586690f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,6 @@ plugins { id 'com.github.johnrengelman.shadow' version '5.2.0' apply false id 'com.google.protobuf' version '0.8.13' apply false id 'com.jfrog.artifactory' version '4.21.0' - id 'com.github.node-gradle.node' version '3.1.0' apply false id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "com.asarkar.gradle.build-time-tracker" version "2.0.4" apply false id 'org.owasp.dependencycheck' version '6.3.1' @@ -545,15 +544,6 @@ subprojects { ide.dependsOn(['generateProto', 'generateTestProto']) } - if (file('package.json').exists()) { - apply plugin: 'com.github.node-gradle.node' - - // 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 - dependencyCheckAggregate.dependsOn(yarn) - } - if (official) { jar { // do not break incremental build on non official versions -- cgit v1.2.3