Fixed versioning on the spigot jar

I love FlatDirs so much
This commit is contained in:
NavidK0 2016-03-21 19:48:39 -04:00
parent f2a23c3aba
commit 2b628f4016

View File

@ -103,6 +103,6 @@ ant.get src: 'http://server.o2gaming.com/downloads/spigot-1.9.jar', dest: file('
dependencies {
compile "org.spigotmc:spigot-api:$project.ext.spigotVersion"
compile 'com.comphenix.protocol:ProtocolLib:3.7.0-SNAPSHOT'
compile group: "spigot", name: 'spigot-1.9'
compile group: "spigot", name: 'spigot-1.9', version: "1.9"
testCompile group: 'junit', name: 'junit', version: '4.10'
}