aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-12-13 00:06:36 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-12-13 00:06:36 +0000
commit9b72bdca5045d377977aad491b3469dd98df503b (patch)
tree3e8125200604bf532e6dfed604af9cf38799c19d
parentfb1fd90d8ae71600b06d4b5c7e7ae7e56e5d4171 (diff)
downloadpoi-9b72bdca5045d377977aad491b3469dd98df503b.tar.gz
poi-9b72bdca5045d377977aad491b3469dd98df503b.zip
disable findbugs for IBM JDK
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848811 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 14eb9d9bb8..ce3c83c860 100644
--- a/build.xml
+++ b/build.xml
@@ -2230,7 +2230,7 @@ under the License.
<!-- disabling findbugs until jenkins is updated to a current IBM JDK
see https://stackoverflow.com/a/48561534/2066598
this should be replaced by spotbugs when available in the jenkins warnings plugin -->
- <target name="findbugs" depends="jar" unless:true="${isIBMVM}">
+ <target name="findbugs" depends="jar" unless="${isIBMVM}">
<downloadfile src="${findbugs.url}" dest="${findbugs.jar}"/>
<property name="findbugs.home" value="build/findbugs" />