diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2024-01-24 09:10:24 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-24 20:03:32 +0000 |
commit | b0c0ca16a0112de6bfcdb5841c26268d551fbe03 (patch) | |
tree | 14bb60d7d6cd63db83a87bbade210fad4c2a2ccd /sonar-application/bundled_plugins.gradle | |
parent | c08d3fec73b53f98315293970dea3ddee4b5c4eb (diff) | |
download | sonarqube-b0c0ca16a0112de6bfcdb5841c26268d551fbe03.tar.gz sonarqube-b0c0ca16a0112de6bfcdb5841c26268d551fbe03.zip |
SONAR-21512 Embed the javascript analyzer including node.js with multi-platform capabilities
Diffstat (limited to 'sonar-application/bundled_plugins.gradle')
-rw-r--r-- | sonar-application/bundled_plugins.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/bundled_plugins.gradle b/sonar-application/bundled_plugins.gradle index c374dfe8332..05bd9b18fe5 100644 --- a/sonar-application/bundled_plugins.gradle +++ b/sonar-application/bundled_plugins.gradle @@ -5,7 +5,7 @@ dependencies { bundledPlugin 'org.sonarsource.html:sonar-html-plugin' bundledPlugin 'org.sonarsource.java:sonar-java-plugin' bundledPlugin 'org.sonarsource.jacoco:sonar-jacoco-plugin' - bundledPlugin 'org.sonarsource.javascript:sonar-javascript-plugin' + bundledPlugin (group: 'org.sonarsource.javascript', name: 'sonar-javascript-plugin', classifier:'multi') bundledPlugin 'org.sonarsource.php:sonar-php-plugin' bundledPlugin 'org.sonarsource.plugins.cayc:sonar-cayc-plugin' bundledPlugin 'org.sonarsource.python:sonar-python-plugin' |