mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-23 16:10:06 +08:00
16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
dependencies {
|
|
api(project(":ts-core"))
|
|
api(project(":ts-core:ts-buffer"))
|
|
api(project(":ts-core:ts-log"))
|
|
compileOnly(project(":ts-socket"))
|
|
api(group = "io.netty", name = "netty-all", version = nettyVersion)
|
|
}
|
|
|
|
|
|
|
|
artifacts {
|
|
archives(tasks["kotlinSourcesJar"])
|
|
}
|
|
|
|
|