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> <groupId>net.Indyuce</groupId>
<artifactId>MMOCore</artifactId> <artifactId>MMOCore</artifactId>
<version>1.5</version> <version>1.5</version>
<scope>compile</scope> <scope>system</scope>
<systemPath>${basedir}/lib/MMOCore.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.Indyuce</groupId> <groupId>net.Indyuce</groupId>
<artifactId>MMOLib</artifactId> <artifactId>MMOLib</artifactId>
<version>1.6</version> <version>1.6</version>
<scope>provided</scope> <scope>system</scope>
<systemPath>${basedir}/lib/MMOLib.jar</systemPath>
</dependency> </dependency>
<!-- APIs --> <!-- APIs -->