Revert the building with newest Bukkit versions.
They recently changed some stuff with how plugins are initiated, which broke out tests. Grrrr
This commit is contained in:
		
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							@@ -43,14 +43,14 @@
 | 
				
			|||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.bukkit</groupId>
 | 
								<groupId>org.bukkit</groupId>
 | 
				
			||||||
			<artifactId>bukkit</artifactId>
 | 
								<artifactId>bukkit</artifactId>
 | 
				
			||||||
			<version>1.7.2-R0.3-SNAPSHOT</version>
 | 
								<version>1.7.2-R0.2-SNAPSHOT</version>
 | 
				
			||||||
			<type>jar</type>
 | 
								<type>jar</type>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.bukkit</groupId>
 | 
								<groupId>org.bukkit</groupId>
 | 
				
			||||||
			<artifactId>craftbukkit</artifactId>
 | 
								<artifactId>craftbukkit</artifactId>
 | 
				
			||||||
			<version>1.7.2-R0.3-SNAPSHOT</version>
 | 
								<version>1.7.2-R0.2-SNAPSHOT</version>
 | 
				
			||||||
			<type>jar</type>
 | 
								<type>jar</type>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user