You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2020/10/25 16:07:12 UTC

svn commit: r1882841 - /poi/trunk/build.gradle

Author: centic
Date: Sun Oct 25 16:07:12 2020
New Revision: 1882841

URL: http://svn.apache.org/viewvc?rev=1882841&view=rev
Log:
Use sonar-plugin 3.0 for Gradle

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1882841&r1=1882840&r2=1882841&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Oct 25 16:07:12 2020
@@ -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"
     }
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org