Re: [Feedback wanted] GROOVY-11871: Support Maven Resolver based version of Grapes
"Milles, Eric (TR Technology) via dev" <dev-GSC0n/0aZo1d/SJB6HiN2Ni2O/[email protected]>
| Newsgroups | gmane.comp.lang.groovy.devel |
|---|---|
| Message-ID | <PH7PR03MB7224044F7A8DFAD18C0263578A43A@PH7PR03MB7224.namprd03.prod.outlook.com> |
> GrapeIvy does not detect new snapshot versions well so you end up having to clear the cache after each publish for GrapeIvy to find the new one Is there a JIRA ticket for this issue? Ivy should be seeing "abc-1.0.0SNAPSHOT.jar" as a snapshot not release and so it checks the repository for new artifacts. However, if you are pushing a new "abc-1.0.0.jar" to your repo, that is not automatically checked if cached. You can add "changing=true" attribute to your dependency or there are other config options to make this happen. Gradle behaves this same way unless you use "--refresh-dependencies" command-line argument.