mirror of https://github.com/apache/ant-ivy
Move download location of FindBugs to a place where RAT does not analyze.
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@962458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fbca71c5bd
commit
26d0a0612a
|
|
@ -592,7 +592,7 @@
|
|||
value="http://garr.dl.sourceforge.net/sourceforge/findbugs/${findbugs.download.file}"
|
||||
description="The download adress at a mirror of Sourceforge."/>
|
||||
<property name="findbugs.download.to"
|
||||
value=".downloads"
|
||||
value="${build.dir}/.downloads"
|
||||
description="Where to store the download and 'install' Findbugs."/>
|
||||
<available
|
||||
property="findbugs.home"
|
||||
|
|
|
|||
Loading…
Reference in New Issue