diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2019-07-09 14:40:07 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-07-10 08:43:10 +0200 |
commit | 68cc9d45565f01dfe68c03d133cbc6591be0a544 (patch) | |
tree | e4cc4c71fee7fec319f707c7e9511532d8fa1217 /sonar-application/build.gradle | |
parent | 8aaec2a069c1b28a046ebe32df2bc2c5892dda6f (diff) | |
download | sonarqube-68cc9d45565f01dfe68c03d133cbc6591be0a544.tar.gz sonarqube-68cc9d45565f01dfe68c03d133cbc6591be0a544.zip |
SONAR-12274 Fix Pylint execution in SonarPython on Windows
Diffstat (limited to 'sonar-application/build.gradle')
-rw-r--r-- | sonar-application/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 1e6fbae2419..235301072f6 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -65,7 +65,7 @@ dependencies { bundledPlugin 'org.sonarsource.javascript:sonar-javascript-plugin:5.2.1.7778@jar' bundledPlugin 'org.sonarsource.ldap:sonar-ldap-plugin:2.2.0.608@jar' bundledPlugin 'org.sonarsource.php:sonar-php-plugin:3.2.0.4868@jar' - bundledPlugin 'org.sonarsource.python:sonar-python-plugin:1.14.0.3086@jar' + bundledPlugin 'org.sonarsource.python:sonar-python-plugin:1.14.1.3143@jar' bundledPlugin "org.sonarsource.slang:sonar-kotlin-plugin:${slangVersion}@jar" bundledPlugin "org.sonarsource.slang:sonar-ruby-plugin:${slangVersion}@jar" bundledPlugin 'org.sonarsource.scm.git:sonar-scm-git-plugin:1.8.0.1574@jar' |