mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Move scheduler queries into the new module
This commit is contained in:
@ -540,7 +540,12 @@ val schedulerImpl = project
|
||||
.settings(
|
||||
name := "docspell-scheduler-impl"
|
||||
)
|
||||
.dependsOn(store, schedulerApi, notificationApi, pubsubApi)
|
||||
.dependsOn(
|
||||
store % "compile->compile;test->test",
|
||||
schedulerApi,
|
||||
notificationApi,
|
||||
pubsubApi
|
||||
)
|
||||
|
||||
val extract = project
|
||||
.in(file("modules/extract"))
|
||||
|
Reference in New Issue
Block a user