- 将 item-nbt-api 从 2.15.1 更新至 2.15.3 - 将 adventure-platform-bukkit 从 4.3.2 更新至 4.4.1 - 将 adventure-text-minimessage 从 4.15.0 更新至 4.25.0 - 升级项目版本号从 1.4.2 至 1.4.3 - 在各模块配置文件中新增线程池大小配置项 - 根据配置动态设置普通任务和定时任务线程池大小 - 默认线程池大小分别为 10 和 5,并支持自定义配置
This commit is contained in:
@@ -14,14 +14,14 @@ dependencies {
|
||||
compileOnly("me.clip:placeholderapi:2.11.5") { isTransitive = false }
|
||||
|
||||
// https://www.spigotmc.org/resources/nbt-api.7939/
|
||||
implementation("de.tr7zw:item-nbt-api:2.15.1")
|
||||
implementation("de.tr7zw:item-nbt-api:2.15.3")
|
||||
|
||||
api("net.kyori:adventure-platform-bukkit:4.3.2") {
|
||||
api("net.kyori:adventure-platform-bukkit:4.4.1") {
|
||||
exclude(group = "org.jetbrains")
|
||||
exclude(group = "com.google.code.gson")
|
||||
exclude(group = "io.netty")
|
||||
}
|
||||
api("net.kyori:adventure-text-minimessage:4.15.0") {
|
||||
api("net.kyori:adventure-text-minimessage:4.25.0") {
|
||||
exclude(module = "adventure-api")
|
||||
exclude(group = "org.jetbrains")
|
||||
exclude(group = "io.netty")
|
||||
|
||||
Reference in New Issue
Block a user