From b4af47f1c6449218eeb8ab8f846e5c4d8b1020e4 Mon Sep 17 00:00:00 2001 From: Derrick Lambert Date: Sat, 21 Jul 2018 00:46:50 -0400 Subject: [PATCH] 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. --- dist/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dist/pom.xml b/dist/pom.xml index cadcedf33..a2bea5dc8 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -67,6 +67,13 @@ ${project.version} jar compile - + + + ${project.groupId} + citizens-v1_13_R1 + ${project.version} + jar + compile + \ No newline at end of file