aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/build.gradle
diff options
context:
space:
mode:
authorEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2020-03-31 17:40:13 +0200
committersonartech <sonartech@sonarsource.com>2020-03-31 20:03:36 +0000
commitecb724151b892faeab9a4e0f1408ee8cd8fddc4c (patch)
tree82db3a7e25f62c232a31437a99b072e9dc04cb68 /server/sonar-web/build.gradle
parent6c65627048020ee3069dc8f47b5662c2ef1e2a04 (diff)
downloadsonarqube-ecb724151b892faeab9a4e0f1408ee8cd8fddc4c.tar.gz
sonarqube-ecb724151b892faeab9a4e0f1408ee8cd8fddc4c.zip
Replace Gradle plugin 'com.moowork.node' by 'com.github.node-gradle.node'
The latter one is actively maintained fork of the not anymore maintained former. In particular the former does not support Gradle 6.x.
Diffstat (limited to 'server/sonar-web/build.gradle')
-rw-r--r--server/sonar-web/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/build.gradle b/server/sonar-web/build.gradle
index 7949528eb51..a7d2411047f 100644
--- a/server/sonar-web/build.gradle
+++ b/server/sonar-web/build.gradle
@@ -10,7 +10,7 @@ sonarqube {
}
}
-apply plugin: 'com.moowork.node'
+apply plugin: 'com.github.node-gradle.node'
def webappDir = "${buildDir}/webapp"