Skip to content

Commit d889521

Browse files
author
Vitalii Samolovskikh
committed
Using the RC.
1 parent c2ad977 commit d889521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grails-app/conf/BuildConfig.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ grails.project.target.level = 1.6
77
grails.project.source.level = 1.6
88
//grails.project.war.file = "target/${appName}-${appVersion}.war"
99

10-
grails.plugin.location."asynchronous-mail" = '../grails-asynchronous-mail'
10+
//grails.plugin.location."asynchronous-mail" = '../grails-asynchronous-mail'
1111

1212
grails.project.fork = [
1313
// 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 = {
6161
// plugins for the compile step
6262
compile ":scaffolding:2.0.3"
6363
compile ':cache:1.1.2'
64+
compile ':asynchronous-mail:1.1-RC'
6465

6566
// plugins needed at runtime but not for compilation
6667
runtime ":hibernate:3.6.10.15" // or ":hibernate4:4.3.5.2"

0 commit comments

Comments
 (0)