mirror of https://github.com/apache/lucene.git
SOLR-9109: the ${settings.xml} is a file path, not a URL
This commit is contained in:
parent
82788504aa
commit
a5be64af05
|
@ -20,5 +20,5 @@
|
|||
<!-- Load ivy-versions.properties as Ivy variables. -->
|
||||
<properties file="${ivy.settings.dir}/ivy-versions.properties" override="false"/>
|
||||
<!-- Include the Ivy settings file pointed to by the "ivysettings.xml" property. -->
|
||||
<include url="${ivysettings.xml}"/>
|
||||
<include file="${ivysettings.xml}"/>
|
||||
</ivysettings>
|
||||
|
|
Loading…
Reference in New Issue