pipeline
All checks were successful
/ upload (release) Successful in 7s

This commit is contained in:
pavel 2026-02-05 23:10:00 +01:00
commit 57e84c35b5
3 changed files with 33 additions and 0 deletions

View file

@ -29,6 +29,15 @@ buildscript {
}
}
tasks {
shadowJar {
mergeServiceFiles {
include("META-INF/services/**")
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}
}
}
dependencies {
implementation("io.ktor:ktor-server-core")
implementation("io.ktor:ktor-server-content-negotiation")