disable findbugs for IBM JDK

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2018-12-13 00:06:36 +00:00
parent fb1fd90d8a
commit 9b72bdca50

View File

@ -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" />