aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-09-08 21:12:19 +0000
committerPJ Fanning <fanningpj@apache.org>2024-09-08 21:12:19 +0000
commitd2866dae2440d8a4aba25e60285bb90004f88dc1 (patch)
treeb48b27f03862bca1e99a280a0a7d155c993a3a11
parent6464543fb2ab473abe3d34e407f6fc015341e259 (diff)
downloadpoi-d2866dae2440d8a4aba25e60285bb90004f88dc1.tar.gz
poi-d2866dae2440d8a4aba25e60285bb90004f88dc1.zip
revert spotbugs due to build issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920520 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 ce841ae624..2eb6d9cec9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ plugins {
id 'com.dorongold.task-tree' version '2.1.1'
id 'org.nosphere.apache.rat' version '0.8.1'
id 'distribution'
- id "com.github.spotbugs" version '6.0.22'
+ id "com.github.spotbugs" version '6.0.19'
id 'de.thetaphi.forbiddenapis' version '3.7'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '1.10.0'