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:
parent
f987dedc3d
commit
7e614a121f
4
pom.xml
4
pom.xml
@ -43,14 +43,14 @@
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.7.2-R0.3-SNAPSHOT</version>
|
||||
<version>1.7.2-R0.2-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<version>1.7.2-R0.3-SNAPSHOT</version>
|
||||
<version>1.7.2-R0.2-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user