You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/10/28 15:46:24 UTC

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

Author: fanningpj
Date: Fri Oct 28 15:46:24 2022
New Revision: 1904901

URL: http://svn.apache.org/viewvc?rev=1904901&view=rev
Log:
latest sonarqube

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1904901&r1=1904900&r2=1904901&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Oct 28 15:46:24 2022
@@ -27,10 +27,6 @@ buildscript {
         maven { url 'https://plugins.gradle.org/m2/' }
         mavenCentral()
     }
-
-    dependencies {
-        classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.4.0.2513'
-    }
 }
 
 plugins {
@@ -42,6 +38,7 @@ plugins {
     id 'de.thetaphi.forbiddenapis' version '3.4'
     id 'com.github.jk1.dependency-license-report' version '2.0'
     id 'org.cyclonedx.bom' version '1.7.2'
+    id 'org.sonarqube' version "3.4.0.2513"
 }
 
 repositories {



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