mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Updated Spigot.jar reference link
This commit is contained in:
parent
7ec97f7bd3
commit
eac07595ee
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ artifactory {
|
|||
|
||||
file('libs').mkdirs()
|
||||
|
||||
ant.get src: 'https://www.dropbox.com/s/1ofgubrldjwamnk/spigot.jar?dl=1', dest: file('libs'), verbose: false, skipexisting: true
|
||||
ant.get src: 'http://server.o2gaming.com/downloads/spigot.jar', dest: file('libs'), verbose: false, skipexisting: true
|
||||
|
||||
dependencies {
|
||||
compile "org.spigotmc:spigot-api:$project.ext.spigotVersion"
|
||||
|
|
Loading…
Reference in a new issue