Skip to content

Commit

Permalink
SONAR-21512 Embed the javascript analyzer including node.js with mult…
Browse files Browse the repository at this point in the history
…i-platform capabilities
  • Loading branch information
matteo-mara-sonarsource authored and sonartech committed Jan 24, 2024
1 parent c08d3fe commit b0c0ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-application/bundled_plugins.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b0c0ca1

Please sign in to comment.