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>
<groupId>spigotmc.org</groupId>
<artifactId>spigot-1.12</artifactId>
<artifactId>library-1.12</artifactId>
<scope>system</scope>
<systemPath>${server.jars}/spigot-1.12.jar</systemPath>
<systemPath>${server.jars}/library-1.12.jar</systemPath>
<version>1.12</version>
</dependency>
</dependencies>

View File

@ -38,7 +38,7 @@ public class BSkyBlock extends JavaPlugin{
// Schematics
private SchematicsMgr schematicsManager;
// Metrics
private Metrics metrics;