Make sure to clean the project before building the JAR

This has caused numerous weird bugs in the past...
This commit is contained in:
SiboVG 2023-03-31 13:35:21 +02:00
parent b302718211
commit 4dcd43850f

View File

@ -29,7 +29,7 @@
<!-- JAR -->
<target name="jar" depends="jar-core,jar-swing">
<target name="jar" depends="clean,jar-core,jar-swing">
</target>
<target name="jar-core" depends="build-core">