mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-13 11:20:10 +08:00
update
This commit is contained in:
parent
56b82d0979
commit
e683712c4f
@ -17,7 +17,7 @@ ext["excludeTest"] = { project: Project, tasks: TaskContainer ->
|
||||
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.5.20"
|
||||
kotlin("jvm") version "1.5.21"
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ 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 = "4.1.43.Final")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user