Added "library-1.12.jar" to see if it helps Travis compile.

This commit is contained in:
tastybento 2017-06-10 20:48:32 -07:00
parent f8032bfde5
commit c95f149901
3 changed files with 3 additions and 3 deletions

BIN
lib/library-1.12.jar Normal file

Binary file not shown.

View File

@ -75,9 +75,9 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>spigotmc.org</groupId> <groupId>spigotmc.org</groupId>
<artifactId>spigot-1.12</artifactId> <artifactId>library-1.12</artifactId>
<scope>system</scope> <scope>system</scope>
<systemPath>${server.jars}/spigot-1.12.jar</systemPath> <systemPath>${server.jars}/library-1.12.jar</systemPath>
<version>1.12</version> <version>1.12</version>
</dependency> </dependency>
</dependencies> </dependencies>