mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-16 06:40:28 +08:00
15 lines
193 B
Plaintext
15 lines
193 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
`maven-publish`
|
|
id("ts-gradle")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":ts-core"))
|
|
compileOnly(group = "io.netty", name = "netty-all", version = "4.1.67.Final")
|
|
}
|
|
|
|
|
|
|
|
|