mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
update protocolib to use maven central
This commit is contained in:
parent
600149c237
commit
54801a07e6
1 changed files with 1 additions and 7 deletions
|
|
@ -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")
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue