Don't build 1.13.2 into JARs for spigot size

This commit is contained in:
fullwall 2021-06-15 19:38:11 +08:00
parent d600a7f814
commit cbd046d09f

9
dist/pom.xml vendored
View File

@ -58,14 +58,7 @@
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>citizens-v1_13_R2</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>citizens-v1_14_R1</artifactId>