summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-19 15:13:21 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-19 15:13:21 +0000
commit7d18ed02d151e01f955b290e715e148809a07c18 (patch)
treeeaf0f2d18f8dab328cd41761585d234c4f23e9d8
parent7623187794249910facdbd9ee70b61a2f2441e1f (diff)
downloadpoi-7d18ed02d151e01f955b290e715e148809a07c18.tar.gz
poi-7d18ed02d151e01f955b290e715e148809a07c18.zip
revert to spotbugs 4 because of issues with spotbugs 5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896161 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a1efb41350..c8874f9d1c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,7 +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"
+ id "com.github.spotbugs" version "4.8.0"
}
repositories {