Skip to content

Commit

Permalink
Changed conditional property to match current quartz condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwilshire committed Oct 2, 2024
1 parent fb4e02b commit 367138e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

@Configuration
@Component
@ConditionalOnProperty(value = "l10.scheduledJobs.enabled", havingValue = "true")
@ConditionalOnProperty(value = "l10n.org.quartz.scheduler.enabled", havingValue = "true")
public class ScheduledJobManager {
static Logger logger = LoggerFactory.getLogger(ScheduledJobManager.class);

Expand Down

0 comments on commit 367138e

Please sign in to comment.