Skip to content

Commit

Permalink
Fixed the dependencies on the JAR to include 1.13 (#1536)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Derrick Lambert authored and fullwall committed Jul 21, 2018
1 parent 0cb3096 commit b4af47f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dist/pom.xml
Expand Up @@ -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>

0 comments on commit b4af47f

Please sign in to comment.