mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 10:45:23 +01:00
Change compilation from craftbukkit to spigot
This commit is contained in:
parent
7a19a1ce78
commit
2d148860d5
BIN
lib/Spigot.jar
Normal file
BIN
lib/Spigot.jar
Normal file
Binary file not shown.
8
pom.xml
8
pom.xml
@ -23,11 +23,11 @@
|
||||
<version>3.5-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<version>1.7.10-R0.1-SNAPSHOT</version>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot</artifactId>
|
||||
<version>1.8-R0.1-SNAPSHOT</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/CraftBukkit.jar</systemPath>
|
||||
<systemPath>${project.basedir}/lib/Spigot.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user