We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88df6de commit a570dd6Copy full SHA for a570dd6
scripts/GetDependencies.groovy
@@ -20,7 +20,7 @@ task ( ivyDeps : "Gets dependencies from remote repository") {
20
try {
21
Ant.taskdef(name:"ivyretrieve", classname:"fr.jayasoft.ivy.ant.IvyRetrieve")
22
} catch (Exception e) {
23
- throw new Exception("Ivy task not installed: Run 'grails install-ivy-task'")
+ throw new Exception("Ivy task not installed: Run 'grails install-ivy'")
24
}
25
26
event("StatusUpdate", ["Getting Ivy dependencies"])
0 commit comments