mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
build: Drop ProtocolLib dependency (#1659)
* build: Update dependency com.comphenix.protocol:ProtocolLib to v4.8.0 * build: Drop ProtocolLib dependency Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: NotMyFault <mc.cache@web.de>
This commit is contained in:
@ -23,10 +23,6 @@ repositories {
|
||||
name = "JitPack"
|
||||
url = uri("https://jitpack.io")
|
||||
}
|
||||
maven {
|
||||
name = "ProtocolLib"
|
||||
url = uri("https://repo.dmulloy2.net/nexus/repository/public/")
|
||||
}
|
||||
maven {
|
||||
name = "GriefDefender"
|
||||
url = uri("https://repo.glaremasters.me/repository/bloodshot/")
|
||||
@ -95,7 +91,6 @@ dependencies {
|
||||
compileOnly(libs.mcore) { isTransitive = false }
|
||||
compileOnly(libs.residence) { isTransitive = false }
|
||||
compileOnly(libs.towny) { isTransitive = false }
|
||||
compileOnly(libs.protocollib) { isTransitive = false }
|
||||
compileOnly(libs.plotsquaredBukkit) { isTransitive = false }
|
||||
compileOnly(libs.plotsquaredCore) { isTransitive = false }
|
||||
|
||||
|
Reference in New Issue
Block a user