diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2022-01-27 11:44:12 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-27 20:03:05 +0000 |
commit | e992dab1230409c87f13097e8502d40c31b39d62 (patch) | |
tree | 85edf8639694fd2714e537da1d8b394f8d50bf43 /sonar-application/bundled_plugins.gradle | |
parent | 0b2ab7f756488afd47438e59c611d7d0a2a4b536 (diff) | |
download | sonarqube-e992dab1230409c87f13097e8502d40c31b39d62.tar.gz sonarqube-e992dab1230409c87f13097e8502d40c31b39d62.zip |
SONAR-15963 SONAR-15958 SONAR-15957 SONAR-15955 SONAR-15954 SONAR-15953 SONAR-15950 SONAR-15949 SONAR-15946 SONAR-15944 SONAR-15940 SONAR-15939 SONAR-15936 SONAR-15933 SONAR-15932 SONAR-15925 SONAR-15873 SONAR-15872 SONAR-15871 SONAR-15859 SONAR-15852 SONAR-15851 SONAR-15850 SONAR-15849 SONAR-15818 Upgrade analyzers, introduce new SonarText analyzer
Diffstat (limited to 'sonar-application/bundled_plugins.gradle')
-rw-r--r-- | sonar-application/bundled_plugins.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-application/bundled_plugins.gradle b/sonar-application/bundled_plugins.gradle index aae7fdc5e97..0b9c387f89e 100644 --- a/sonar-application/bundled_plugins.gradle +++ b/sonar-application/bundled_plugins.gradle @@ -15,4 +15,5 @@ dependencies { bundledPlugin 'org.sonarsource.xml:sonar-xml-plugin@jar' bundledPlugin 'org.sonarsource.config:sonar-config-plugin@jar' bundledPlugin 'org.sonarsource.iac:sonar-iac-plugin@jar' + bundledPlugin 'org.sonarsource.text:sonar-text-plugin@jar' } |