From d2bc5a20375c304d5add2c1a4b18da8ef59af31b Mon Sep 17 00:00:00 2001 From: Javier Lopez Date: Wed, 9 Sep 2020 14:50:51 +0200 Subject: [PATCH] Update to latest sonar-python that runs under this infrastructure Trying to address some false positives that were solved on 1.9+. Tried to upgrade to newer version on sonar-python but anything behind 1.9.1.2080 does fail with a java.lang.NoClassDefFoundError, probably some changes are required at infrastructure level. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 55d29b5..43f5b18 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { compile("com.github.codeclimate:codeclimate-ss-analyzer-wrapper:master-SNAPSHOT") // Plugins - compile("org.sonarsource.python:sonar-python-plugin:1.8.0.1496") + compile("org.sonarsource.python:sonar-python-plugin:1.9.1.2080") testCompile("org.assertj:assertj-core:2.8.0") testCompile("org.skyscreamer:jsonassert:1.5.0")