update protocolib to use maven central

This commit is contained in:
alexcrea 2025-08-07 10:40:30 +02:00
parent 600149c237
commit 54801a07e6
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -1,16 +1,10 @@
group = rootProject.group group = rootProject.group
version = rootProject.version version = rootProject.version
repositories {
// ProtocoLib
maven (url = "https://repo.dmulloy2.net/repository/public/" )
}
dependencies { dependencies {
// Spigot api // Spigot api
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT") compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
// Protocolib // Protocolib
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0") compileOnly("net.dmulloy2:ProtocolLib:5.4.0")
} }