TursomServer/ts-core/ts-delegation/build.gradle.kts

15 lines
193 B
Plaintext
Raw Normal View History

2021-04-11 18:56:37 +08:00
plugins {
2021-07-10 12:04:11 +08:00
kotlin("jvm")
`maven-publish`
2021-08-23 15:52:10 +08:00
id("ts-gradle")
2021-04-11 18:56:37 +08:00
}
dependencies {
2021-07-13 14:10:45 +08:00
api(project(":ts-core"))
2022-01-06 15:29:32 +08:00
compileOnly(group = "io.netty", name = "netty-all", version = "4.1.72.Final")
2021-04-11 18:56:37 +08:00
}