chore(system): extract the executor to its own module

This commit is contained in:
Loïc Mathieu
2025-09-01 16:54:13 +02:00
parent f3057d2d57
commit a5724bcb18
29 changed files with 154 additions and 25 deletions

View File

@@ -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")