Fixed an issue with the generated POM
This commit is contained in:
		
							
								
								
									
										14
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								build.gradle
									
									
									
									
									
								
							| @@ -14,6 +14,17 @@ ext.disguisesVersion = '9.0.2' | |||||||
| [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' | [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' | ||||||
|  |  | ||||||
| repositories { | repositories { | ||||||
|  |     mavenCentral() | ||||||
|  |  | ||||||
|  |     maven { | ||||||
|  |         name 'Spigot' | ||||||
|  |         url 'https://hub.spigotmc.org/nexus/content/groups/public/' | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     maven { | ||||||
|  |         url 'https://oss.sonatype.org/content/groups/public/' | ||||||
|  |     } | ||||||
|  |  | ||||||
|     maven { |     maven { | ||||||
|         name 'dmulloy2-repo' |         name 'dmulloy2-repo' | ||||||
|         url 'http://repo.dmulloy2.net/content/groups/public/' |         url 'http://repo.dmulloy2.net/content/groups/public/' | ||||||
| @@ -90,7 +101,8 @@ file('libs').mkdirs() | |||||||
| ant.get src: 'http://server.o2gaming.com/downloads/spigot-1.9.jar', dest: file('libs'), verbose: false, skipexisting: true | ant.get src: 'http://server.o2gaming.com/downloads/spigot-1.9.jar', dest: file('libs'), verbose: false, skipexisting: true | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|  |     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 name: 'spigot-1.9' |     compile group: "spigot", name: 'spigot-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