Remove Lunar client support

They currently have a problem with their maven repository
This commit is contained in:
2026-03-15 12:52:56 +01:00
parent f00bd153fe
commit ca70c6685c
3 changed files with 1 additions and 80 deletions
-8
View File
@@ -34,13 +34,6 @@ dependencyResolutionManagement {
}
}
maven {
url = URI("https://repo.lunarclient.dev")
content {
includeGroup("com.lunarclient")
}
}
maven {
if (isInCi) {
url = URI("file:///var/www/maven/")
@@ -141,7 +134,6 @@ dependencyResolutionManagement {
library("viavelocity", "com.viaversion:viaversion-velocity:4.3.1")
library("jda", "net.dv8tion:JDA:5.5.1")
library("msgpack", "org.msgpack:msgpack-core:0.9.8")
library("apolloprotos", "com.lunarclient:apollo-protos:1.0-SNAPSHOT")
library("logback", "ch.qos.logback:logback-classic:1.5.6")