Skip to content

Commit 8812e85

Browse files
committed
Swap to MavenCentral ProtocolLib version to fix build
1 parent 3473002 commit 8812e85

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

build.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,22 +81,14 @@ allprojects {
8181
maven {
8282
name = 'Vault Repo'
8383
url = 'https://jitpack.io'
84-
}
85-
maven {
86-
name = 'Dmulloy2 Repo'
87-
url = 'https://repo.dmulloy2.net/nexus/repository/public/'
88-
}
89-
maven {
90-
name = 'Destroystokyo Repo'
91-
url = 'https://repo.destroystokyo.com/repository/maven-public/'
9284
}
9385
maven {
9486
name = 'bstats repo'
9587
url = 'https://repo.codemc.org/repository/maven-public'
9688
}
9789
maven {
9890
name "papermc"
99-
url "https://papermc.io/repo/repository/maven-public/"
91+
url "https://repo.papermc.io/repository/maven-public/"
10092
}
10193
}
10294

@@ -107,7 +99,7 @@ allprojects {
10799
compileOnly 'com.sk89q.worldguard:worldguard-core:7.0.14-SNAPSHOT'
108100
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.14-SNAPSHOT'
109101
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
110-
compileOnly 'com.comphenix.protocol:ProtocolLib:5.3.0'
102+
compileOnly 'net.dmulloy2:ProtocolLib:5.4.0'
111103
compileOnly 'fr.neatmonster:nocheatplus:3.15.1-RC'
112104

113105
implementation 'com.sk89q:squirrelid:0.1.0'

0 commit comments

Comments
 (0)