From fa6bcf7cb820ea1e348ba0f9e28f0045472b2f73 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Fri, 12 Apr 2024 19:33:47 +0400 Subject: [PATCH] update to 3.3.0-SNAPSHOT velocity --- RedisBungee-Velocity/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RedisBungee-Velocity/build.gradle.kts b/RedisBungee-Velocity/build.gradle.kts index 3f4ea99..4c2bbb4 100644 --- a/RedisBungee-Velocity/build.gradle.kts +++ b/RedisBungee-Velocity/build.gradle.kts @@ -18,8 +18,8 @@ dependencies { exclude("com.google.code.gson", "gson") exclude("org.spongepowered", "configurate-yaml") } - compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT") - annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT") + compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT") + annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT") } description = "RedisBungee Velocity implementation" @@ -42,11 +42,11 @@ tasks { options.linksOffline("https://ci.limework.net/RedisBungee/RedisBungee-API/build/docs/javadoc", apiDocs.path) } runVelocity { - velocityVersion("3.2.0-SNAPSHOT") + velocityVersion("3.3.0-SNAPSHOT") } compileJava { options.encoding = Charsets.UTF_8.name() - options.release.set(11) + options.release.set(17) } javadoc { options.encoding = Charsets.UTF_8.name()