Browse Source

disable findbugs for IBM JDK

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848811 13f79535-47bb-0310-9956-ffa450edef68
pull/136/head
Andreas Beeker 5 years ago
parent
commit
b4b4b8c285
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.xml

+ 1
- 1
build.xml 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" />

Loading…
Cancel
Save