cleaned up build process

This commit is contained in:
kento2 2026-07-05 23:26:54 +02:00
parent 821ed43d7b
commit cf3dbf14b2
8 changed files with 40 additions and 36 deletions

View file

@ -8,10 +8,9 @@ plugins {
group = "de.kentoj.scrow"
dependencies {
implementation(project(":core-velocity-api")) {
isTransitive = true
}
implementation(project(":core-velocity-api"))
annotationProcessor(libs.velocity.api)
implementation(libs.nats)
implementation(libs.postgres)
}