From 02355346dbcbed8d9c6a2f9f147b2fddff9509d9 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 25 Oct 2020 16:07:12 +0000 Subject: [PATCH] Use sonar-plugin 3.0 for Gradle git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882841 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a0698cfc58..ff91adced1 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { dependencies { // 2.x fails with "Could not get unknown property 'me'" classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.2' - classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8" + classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.0" } }