]> source.dussan.org Git - poi.git/commitdiff
gradle change
authorPJ Fanning <fanningpj@apache.org>
Sun, 19 Dec 2021 14:53:28 +0000 (14:53 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 19 Dec 2021 14:53:28 +0000 (14:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896160 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 93ae372e9d2a22c12fcbc785269ed8f88023fa06..a1efb413500efa8eb6b730c05ea23b131155fedb 100644 (file)
@@ -31,7 +31,6 @@ buildscript {
     dependencies {
         classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3'
         classpath 'de.thetaphi:forbiddenapis:3.2'
-        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.3'
     }
 }
 
@@ -40,6 +39,7 @@ plugins {
     id "com.dorongold.task-tree" version "2.1.0"
     id('org.nosphere.apache.rat') version '0.7.0'
     id 'distribution'
+    id "com.github.spotbugs" version "5.0.3"
 }
 
 repositories {