mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
12 lines
474 B
XML
12 lines
474 B
XML
<ivysettings>
|
|
<settings defaultResolver="main"/>
|
|
<resolvers>
|
|
<chain name="main">
|
|
<ibiblio name="central" root="https://repo1.maven.org/maven2" m2compatible="true"/>
|
|
<ibiblio name="maven.restlet.org" root="http://maven.restlet.com" m2compatible="true" />
|
|
<ibiblio name="license4j.com" root="http://www.license4j.com/maven/" m2compatible="true" />
|
|
</chain>
|
|
</resolvers>
|
|
<property name="packaging.type" value="jar" />
|
|
</ivysettings>
|