Grails: working offline with snapshot dependencies
Asked Answered
S

1

2

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. If Ivy does not succeed, grails will not start :-(

As I like to develop offline, I am now looking for a way which lets me avoid this behaviour...

Shephard answered 5/12, 2011 at 21:9 Comment(0)
K
4

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"

Kolb answered 6/12, 2011 at 19:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.