mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 02:25:57 +01:00
Fixed the dependencies on the JAR to include 1.13 (#1536)
This includes the 1.13 module into the outputed JAR so that it can properly load on Spigot 1.13-pre7 servers. The JAR will not properly load on 1.13-pre7 without this change.
This commit is contained in:
parent
0cb3096125
commit
b4af47f1c6
9
dist/pom.xml
vendored
9
dist/pom.xml
vendored
@ -67,6 +67,13 @@
|
||||
<version>${project.version}</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>citizens-v1_13_R1</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user