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