Skip to content

Commit df2c39a

Browse files
authored
Merge pull request #138 from grails/3.0.x
merge branch 3.0.x into 4.0.x
2 parents 61be103 + e3e1157 commit df2c39a

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)