mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-04 18:02:59 +01:00
Enables code to build.
https://github.com/BentoBoxWorld/Challenges/issues/45 It appears there is a bug or issue with Spigot API 1.13.2. I've no idea why using 1.13.2 in the POM causes an error.
This commit is contained in:
parent
f131da1b27
commit
e279114a90
2
pom.xml
2
pom.xml
@ -66,7 +66,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.13.2-R0.1-20181227.232615-93</version>
|
<version>1.13.1-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user