From 8c3d03383dd913e41d31884accb9da87654a86d0 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Mon, 30 May 2022 18:47:19 +0200 Subject: [PATCH] build using velocity 3.1.2-SNAPSHOT --- api/build.gradle.kts | 4 +++- velocity/build.gradle.kts | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 7454321..49caa86 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -3,7 +3,9 @@ plugins { } dependencies { - compileOnly("com.alttd:Galaxy-API:1.18.2-R0.1-SNAPSHOT") + compileOnly("com.alttd:Galaxy-API:1.18.2-R0.1-SNAPSHOT") { +// exclude("net.kyori") + } compileOnly("org.spongepowered:configurate-yaml:4.1.2") // Configurate compileOnly("net.luckperms:api:5.3") // Luckperms } diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 04cfbe8..61da11f 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -5,8 +5,8 @@ plugins { dependencies { implementation(project(":api")) // API - compileOnly("com.velocitypowered:velocity-api:3.1.0") // Velocity - annotationProcessor("com.velocitypowered:velocity-api:3.1.0") + compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") // Velocity + annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") implementation("mysql:mysql-connector-java:8.0.27") // mysql implementation("org.spongepowered", "configurate-yaml", "4.1.2") compileOnly("net.kyori:adventure-text-minimessage:4.10.1")