Skip to content

Instantly share code, notes, and snippets.

@spmallette
Last active August 29, 2023 17:28
Show Gist options
  • Save spmallette/5c535998dae6efba75b0 to your computer and use it in GitHub Desktop.
Save spmallette/5c535998dae6efba75b0 to your computer and use it in GitHub Desktop.
<ivysettings>
<settings defaultResolver="downloadGrapes"/>
<resolvers>
<chain name="downloadGrapes">
<ibiblio name="local" root="file:${user.home}/.m2/repository/" m2compatible="true"/>
<ibiblio name="central" root="https://repo1.maven.org/maven2/" m2compatible="true"/>
</chain>
</resolvers>
</ivysettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment