mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Updated ProtocolLib repo to the new one, also updating used ProtocolLib verison.
This commit is contained in:
parent
beb86c7cbf
commit
d30ffa1994
@ -32,8 +32,8 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
name 'shadowvolt-repo'
|
name 'dmulloy2-repo'
|
||||||
url 'http://ci.shadowvolt.com/plugin/repository/everything'
|
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 {
|
dependencies {
|
||||||
compile 'org.bukkit:bukkit:' + project.ext.spigotVersion
|
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(
|
compile files(
|
||||||
'libs/spigot.jar'
|
'libs/spigot.jar'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user