diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-12-13 00:06:36 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-12-13 00:06:36 +0000 |
commit | 9b72bdca5045d377977aad491b3469dd98df503b (patch) | |
tree | 3e8125200604bf532e6dfed604af9cf38799c19d | |
parent | fb1fd90d8ae71600b06d4b5c7e7ae7e56e5d4171 (diff) | |
download | poi-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" /> |