Updated ProtocolLib repo to the new one, also updating used ProtocolLib verison.

This commit is contained in:
NavidK0 2015-07-06 08:23:32 -04:00
parent beb86c7cbf
commit d30ffa1994

View File

@ -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'
)