]> source.dussan.org Git - sonarqube.git/commitdiff
Remove unnecessary node & yarn configuration
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Fri, 24 Sep 2021 13:23:30 +0000 (15:23 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 28 Sep 2021 20:03:12 +0000 (20:03 +0000)
build.gradle

index 4bec275150f711a079c738991dbf6b56b8e95a2a..4c67c8dd4d8e2cca6f997d158fa5937c6344be96 100644 (file)
@@ -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