Changed dependencies from file to proper dependencies, also added flatDir to repository block.
This commit is contained in:
		| @@ -14,7 +14,6 @@ ext.disguisesVersion = '8.6.8' | |||||||
| [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' | [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' | ||||||
|  |  | ||||||
| repositories { | repositories { | ||||||
|  |  | ||||||
|     mavenCentral() |     mavenCentral() | ||||||
|  |  | ||||||
|     maven { |     maven { | ||||||
| @@ -94,7 +93,6 @@ artifactory { | |||||||
|  |  | ||||||
| file('libs').mkdirs() | file('libs').mkdirs() | ||||||
|  |  | ||||||
| //Retrieves spigot.jar server file from link |  | ||||||
| ant.get src: 'https://www.dropbox.com/s/1ofgubrldjwamnk/spigot.jar?dl=1', dest: file('libs'), verbose: false, skipexisting: true | ant.get src: 'https://www.dropbox.com/s/1ofgubrldjwamnk/spigot.jar?dl=1', dest: file('libs'), verbose: false, skipexisting: true | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user