9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

chore: update authlib to 3.13.56

This commit is contained in:
LoJoSho
2025-01-10 13:15:46 -06:00
parent b91b81f0bd
commit b3b10df0b3

View File

@@ -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 {