Skip to content

Commit e3e1157

Browse files
authored
Merge pull request #137 from grails/2.0.x
merge branch 2.0.x into 3.0.x
2 parents f34bc39 + 3ef2b98 commit e3e1157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/groovy/quartz/QuartzGrailsPlugin.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Adds Quartz job scheduling features
9292

9393
if (hasJdbcStore && hasHibernate && purgeTables) {
9494
purgeTablesBean(JdbcCleanup) { bean ->
95+
dataSource = ref(properties['org.quartz.jdbcStoreDataSource'] ?: 'dataSource')
9596
bean.autowire = 'byName'
9697
}
9798
}

0 commit comments

Comments
 (0)