Grails: working offline with snapshot dependencies

前端 未结 1 1674
余生分开走
余生分开走 2021-01-27 05:27

I am using some plugins which depend on snapshot versions of other plugins. As I understand, Ivy tries to fetch the newest version of these plugins every time you start grails.

相关标签:
1条回答
  • 2021-01-27 05:48

    You could pull them down and store them on your machine using a local repository and comment out any remote repositories. Here is some documentation. Scroll down to "local resolvers"

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