diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2022-08-11 08:55:55 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-11 20:03:48 +0000 |
commit | 338e732e9f3f70f16932cb9b9df483e99c299e33 (patch) | |
tree | d06a7bda2fdf77c16a0489ec51ccf0bdcb8e3006 /build.gradle | |
parent | 345da79aff4d9f8d4e69e6694e5a66295e13bf81 (diff) | |
download | sonarqube-338e732e9f3f70f16932cb9b9df483e99c299e33.tar.gz sonarqube-338e732e9f3f70f16932cb9b9df483e99c299e33.zip |
SONAR-16481 Add Python Dataflow Bug Detection Analyzer
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 3d1702ad64d..7e2ecf5214a 100644 --- a/build.gradle +++ b/build.gradle @@ -151,6 +151,7 @@ subprojects { dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.36.0.52033' dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.5.0.1969' dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.5.0.1969' + dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.5.0.1969' dependency 'com.sonarsource.pli:sonar-pli-plugin:1.11.1.2727' dependency 'com.sonarsource.plsql:sonar-plsql-plugin:3.7.0.4372' dependency 'com.sonarsource.plugins.vb:sonar-vb-plugin:2.8.0.3021' |