aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-full
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-08-25 23:07:06 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-08-25 23:07:06 +0000
commitc6e44a14005e97dd0aa56cf4250b8372b3634678 (patch)
tree9b20ef5b9856e6faab4d2c2001bf996634123180 /poi-ooxml-full
parent8283430c8cdc9c02dd61a33b563ada04404c3de7 (diff)
downloadpoi-c6e44a14005e97dd0aa56cf4250b8372b3634678.tar.gz
poi-c6e44a14005e97dd0aa56cf4250b8372b3634678.zip
add spotbugs to gradle build
update dist path for jenkins archives git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-full')
-rw-r--r--poi-ooxml-full/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle
index c723b0e8e9..200b99b6e9 100644
--- a/poi-ooxml-full/build.gradle
+++ b/poi-ooxml-full/build.gradle
@@ -161,3 +161,6 @@ publishing {
}
}
}
+
+spotbugsTest.enabled = false
+spotbugsMain.enabled = false \ No newline at end of file