Fixed bug where schems were not in jar

This commit is contained in:
tastybento 2018-09-25 22:34:41 -07:00
parent cd59967f99
commit 2987210b71

View File

@ -100,7 +100,7 @@
<targetPath>./schems</targetPath>
<filtering>false</filtering>
<includes>
<include>*.schems</include>
<include>*.schem</include>
</includes>
</resource>
</resources>