Skip to content

Commit a95e4f6

Browse files
committed
small fix for install-dependencies script
1 parent d6c354b commit a95e4f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/InstallDependency.groovy

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ target(main:"Install a JAR dependency into a project") {
5959
}
6060
}
6161

62-
compile dep
62+
dependencies {
63+
compile dep
64+
}
6365
}
6466

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

0 commit comments

Comments
 (0)