mirror of https://github.com/apache/poi.git
disable findbugs for IBM JDK
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80cafc8948
commit
fb1fd90d8a
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue