Do not download findbugs every time

This commit is contained in:
twogee 2017-05-28 15:50:19 +02:00
parent af06da94f9
commit 4498bdaf5b
1 changed files with 2 additions and 1 deletions

View File

@ -648,7 +648,8 @@
description="JVMArgs for invoking Findbugs"/>
<mkdir dir="${findbugs.download.to}"/>
<get src="${findbugs.download.url}" dest="${findbugs.download.to}/${findbugs.download.file}"/>
<get src="${findbugs.download.url}" dest="${findbugs.download.to}/${findbugs.download.file}"
usetimestamp="true" skipexisting="true"/>
<unzip src="${findbugs.download.to}/${findbugs.download.file}" dest="${findbugs.download.to}"/>
<property name="findbugs.home" location="${findbugs.download.to}/${findbugs.download.name}"/>
<mkdir dir="${findbugs.home}/plugin"/>