mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Updated ProtocolLib repo to the new one, also updating used ProtocolLib verison.
This commit is contained in:
parent
beb86c7cbf
commit
d30ffa1994
1 changed files with 3 additions and 3 deletions
|
@ -32,8 +32,8 @@ repositories {
|
|||
}
|
||||
|
||||
maven {
|
||||
name 'shadowvolt-repo'
|
||||
url 'http://ci.shadowvolt.com/plugin/repository/everything'
|
||||
name 'dmulloy2-repo'
|
||||
url 'http://repo.dmulloy2.net/content/groups/public/'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -100,7 +100,7 @@ ant.get src: 'https://www.dropbox.com/s/1ofgubrldjwamnk/spigot.jar?dl=1', dest:
|
|||
|
||||
dependencies {
|
||||
compile 'org.bukkit:bukkit:' + project.ext.spigotVersion
|
||||
compile 'com.comphenix.protocol:ProtocolLib:3.6.3-SNAPSHOT'
|
||||
compile 'com.comphenix.protocol:ProtocolLib:3.6.4-SNAPSHOT'
|
||||
compile files(
|
||||
'libs/spigot.jar'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue