From b3b10df0b37acd6c5a759cf9f70b8f4ca9f53b44 Mon Sep 17 00:00:00 2001 From: LoJoSho Date: Fri, 10 Jan 2025 13:15:46 -0600 Subject: [PATCH] chore: update authlib to 3.13.56 --- build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2eef135..caa6c73 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -76,7 +76,7 @@ allprojects { compileOnly(fileTree("${project.rootDir}/lib") { include("*.jar") }) // Included externally - compileOnly("com.mojang:authlib:1.5.25") + compileOnly("com.mojang:authlib:3.13.56") //compileOnly("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT") compileOnly("org.jetbrains:annotations:26.0.1") @@ -131,7 +131,6 @@ dependencies { tasks { compileJava { options.encoding = Charsets.UTF_8.name() - //options.release.set(17) } runServer {