cleaned up build process
This commit is contained in:
parent
821ed43d7b
commit
cf3dbf14b2
8 changed files with 40 additions and 36 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue