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

This commit is contained in:
pavel 2026-02-05 23:10:00 +01:00
commit e96153d2d4
4 changed files with 34 additions and 1 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")