Created
November 14, 2025 09:52
-
-
Save michael-simons/886cecdd10da2be33486c9c1ebe7362c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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