This commit is contained in:
parent
495987c06c
commit
57e84c35b5
3 changed files with 33 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue