[GRADLE-1] Support for dependency snapshot functionality Created: 13/Feb/08 Updated: 24/Jan/17 Resolved: 24/Jan/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | ||
Reporter: | Hans Dockter | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 3 |
Comments |
Comment by Jon Cox [ 22/Jan/09 ] |
What do you mean by dependency snapshot functionality? |
Comment by Hans Dockter [ 25/Jan/09 ] |
We provide support for Maven snapshots. But we don't provide any special support for Ivy's dynamic behavior yet (e.g. latest strategies). As you can always directly modify the ivy object with Gradle, you are not locked in. But we should think how our own domain model should support this. |
Comment by Adam Murdoch [ 08/May/12 ] |
Can we close this? |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 24/Jan/17 ] |
This has long been available functionality in Gradle: https://docs.gradle.org/current/userguide/dependency_management.html#sub:dynamic_versions_and_changing_modules |