Ivy: Forcing local snapshot for dependency

前端 未结 1 1495
花落未央
花落未央 2021-01-03 10:48

I have a Project A which depends on Project B; both are internal projects in active development. Say the latest Project A release is 1.1.2 which depends on Project B 1.1.1.

相关标签:
1条回答
  • 2021-01-03 11:13

    I think you want your local resolver to be in "force mode". Set the force="true" on your local resolver in ivysettings.xml.

    See the description of force mode at: http://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html

    0 讨论(0)
提交回复
热议问题