aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-19 14:53:28 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-19 14:53:28 +0000
commit7623187794249910facdbd9ee70b61a2f2441e1f (patch)
treeb0f068f61b69a6e2db472379d020dbb5e57bf59c /build.gradle
parent12f0d4f26565cd038f62799bd2b4ba08ac1202ae (diff)
downloadpoi-7623187794249910facdbd9ee70b61a2f2441e1f.tar.gz
poi-7623187794249910facdbd9ee70b61a2f2441e1f.zip
gradle change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896160 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 93ae372e9d..a1efb41350 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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 {