]> source.dussan.org Git - poi.git/commitdiff
disable findbugs for IBM JDK
authorAndreas Beeker <kiwiwings@apache.org>
Thu, 13 Dec 2018 00:06:36 +0000 (00:06 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Thu, 13 Dec 2018 00:06:36 +0000 (00:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848811 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 14eb9d9bb878c455193ccb28620a686e81fc6c84..ce3c83c860849a7fae72ceaefdfb36d98b8dae52 100644 (file)
--- 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" />