Fixed versioning on the spigot jar
I love FlatDirs so much
This commit is contained in:
		| @@ -103,6 +103,6 @@ ant.get src: 'http://server.o2gaming.com/downloads/spigot-1.9.jar', dest: file(' | |||||||
| dependencies { | dependencies { | ||||||
|     compile "org.spigotmc:spigot-api:$project.ext.spigotVersion" |     compile "org.spigotmc:spigot-api:$project.ext.spigotVersion" | ||||||
|     compile 'com.comphenix.protocol:ProtocolLib:3.7.0-SNAPSHOT' |     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' |     testCompile group: 'junit', name: 'junit', version: '4.10' | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user