Move libraries to the local machine
Dieser Commit ist enthalten in:
Ursprung
9a9c5446cc
Commit
f14623897b
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
@ -242,14 +242,14 @@
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.8-R0.1-SNAPSHOT</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/lib/SpigotAPI.jar</systemPath>
|
||||
<systemPath>C:/lib/SpigotAPI.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot</artifactId>
|
||||
<version>1.8-R0.1-SNAPSHOT</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/lib/Spigot.jar</systemPath>
|
||||
<systemPath>C:/lib/Spigot.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren