File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ grails.project.target.level = 1.6
7
7
grails. project. source. level = 1.6
8
8
// grails.project.war.file = "target/${appName}-${appVersion}.war"
9
9
10
- grails. plugin. location. " asynchronous-mail" = ' ../grails-asynchronous-mail'
10
+ // grails.plugin.location."asynchronous-mail" = '../grails-asynchronous-mail'
11
11
12
12
grails. project. fork = [
13
13
// configure settings for compilation JVM, note that if you alter the Groovy version forked compilation is required
@@ -61,6 +61,7 @@ grails.project.dependency.resolution = {
61
61
// plugins for the compile step
62
62
compile " :scaffolding:2.0.3"
63
63
compile ' :cache:1.1.2'
64
+ compile ' :asynchronous-mail:1.1-RC'
64
65
65
66
// plugins needed at runtime but not for compilation
66
67
runtime " :hibernate:3.6.10.15" // or ":hibernate4:4.3.5.2"
You can’t perform that action at this time.
0 commit comments