Skip to content

Commit

Permalink
Make sure to clean the project before building the JAR
Browse files Browse the repository at this point in the history
This has caused numerous weird bugs in the past...
  • Loading branch information
SiboVG committed Mar 31, 2023
1 parent b302718 commit 4dcd438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 4dcd438

Please sign in to comment.