mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Fixed versioning on the spigot jar
I love FlatDirs so much
This commit is contained in:
parent
f2a23c3aba
commit
2b628f4016
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user