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

build.xml

index be6f46b4456bb7ecf8655576de6eeccaaa7fd292..14eb9d9bb878c455193ccb28620a686e81fc6c84 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -2227,7 +2227,10 @@ under the License.
         </forbiddenapis>
     </target>
 
-    <target name="findbugs" depends="jar">
+    <!-- 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}">
         <downloadfile src="${findbugs.url}" dest="${findbugs.jar}"/>
 
         <property name="findbugs.home" value="build/findbugs" />