Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.0
-
Fix Version/s: None
-
Component/s: Grape
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
It is well known that Grapes' can take a while on its first invocation on a machine to grab all dependencies as it populates the local Grape cache.
If instead I could tell Grapes to use the machine's local Maven repo, it would be much faster:
@GrabConfig(useLocalMavenRepo=true)
This is related to the other issue I entered (which included a patch): http://jira.codehaus.org/browse/GROOVY-4223
I prefer the solution given in
GROOVY-4223which would make this issue not required wouldn't it?