From 6f02c3bd569511f4f9417e4231e80de0e642f5f9 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Mon, 19 Feb 2024 13:46:40 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=20netty=20dns=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E4=BB=A5=E6=94=AF=E6=8C=81=201.12=20?= =?UTF-8?q?=E5=8F=8A=E4=BB=A5=E4=B8=8B=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-bukkit/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core-bukkit/build.gradle.kts b/core-bukkit/build.gradle.kts index 0673020..c1f8177 100644 --- a/core-bukkit/build.gradle.kts +++ b/core-bukkit/build.gradle.kts @@ -32,6 +32,9 @@ dependencies { implementation("io.lettuce:lettuce-core:6.3.1.RELEASE") { exclude(group = "io.netty") } + // https://mvnrepository.com/artifact/io.netty/netty-codec-dns + implementation("io.netty:netty-codec-dns:4.1.104.Final") + // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz implementation("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }