mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(system): extract the executor to its own module
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
dependencies {
|
||||
implementation project(":core")
|
||||
implementation project(":jdbc")
|
||||
implementation project(":executor")
|
||||
|
||||
implementation("io.micronaut.sql:micronaut-jooq")
|
||||
runtimeOnly("com.mysql:mysql-connector-j")
|
||||
|
||||
Reference in New Issue
Block a user