Skip to content

Instantly share code, notes, and snippets.

@michael-simons
Created November 14, 2025 09:52
Show Gist options
  • Select an option

  • Save michael-simons/886cecdd10da2be33486c9c1ebe7362c to your computer and use it in GitHub Desktop.

Select an option

Save michael-simons/886cecdd10da2be33486c9c1ebe7362c to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<ivysettings>
<settings defaultResolver="downloadGrapes"/>
<caches lockStrategy="artifact-lock-nio"/>
<resolvers>
<chain name="downloadGrapes" returnFirst="true">
<filesystem name="cachedGrapes">
<ivy pattern="${user.home}/.groovy/grapes/[organisation]/[module]/ivy-[revision].xml"/>
<artifact pattern="${user.home}/.groovy/grapes/[organisation]/[module]/[type]s/[artifact]-[revision](-[classifier]).[ext]"/>
</filesystem>
<ibiblio name="localm2" root="${user.home.url}/.m2/repository/" checkmodified="true" changingPattern=".*" changingMatcher="regexp" m2compatible="true"/>
<ibiblio name="securedcentral" m2compatible="true" root="https://repo1.maven.org/maven2" />
</chain>
</resolvers>
</ivysettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment