RIPo.bukkit.org

repo.bukkit.org is dead, Spigot doesn't host builds that old. Didn't realize that I'd installed it locally when compiling CB 1.4.5 to use with OpenInv. Whoops.

Corrected dependency order - no idea why this compiled at all before. My bad.
This commit is contained in:
Jikoo 2017-01-15 08:08:51 -05:00
parent 73f390ab20
commit 4095e8039d
24 changed files with 101 additions and 100 deletions

View file

@ -16,7 +16,8 @@
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.4.5-R1.0</version>
<scope>provided</scope>
<scope>system</scope>
<systemPath>${project.basedir}/../../lib/bukkit-1.4.5-R1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.lishid</groupId>