Skip to content

Commit

Permalink
small fix for install-dependencies script
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Jul 11, 2011
1 parent d6c354b commit a95e4f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/InstallDependency.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ target(main:"Install a JAR dependency into a project") {
}
}

compile dep
dependencies {
compile dep
}
}

grailsConsole.updateStatus "Installing dependency '${dep}'. Please wait.."
Expand Down

0 comments on commit a95e4f6

Please sign in to comment.