push build

This commit is contained in:
ASangarin 2020-12-06 17:49:41 +01:00
parent 7402b572ab
commit 4375c1e97b
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -87,13 +87,15 @@
<groupId>net.Indyuce</groupId>
<artifactId>MMOCore</artifactId>
<version>1.5</version>
<scope>compile</scope>
<scope>system</scope>
<systemPath>${basedir}/lib/MMOCore.jar</systemPath>
</dependency>
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOLib</artifactId>
<version>1.6</version>
<scope>provided</scope>
<scope>system</scope>
<systemPath>${basedir}/lib/MMOLib.jar</systemPath>
</dependency>
<!-- APIs -->