Skip to content

Commit

Permalink
remove junit test from default ant target -- can still be accessed th…
Browse files Browse the repository at this point in the history
…rough `ant junit` #1149
  • Loading branch information
rbouckaert committed May 3, 2024
1 parent f070286 commit 111d399
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 @@ -65,7 +65,7 @@

<!-- clean previous build, compile Java source code, and Junit test, and make the beast.jar -->
<target name="build_jar_all_BEAST"
depends="clean,compile-all,junit,dist_all_BEAST"
depends="clean,compile-all,dist_all_BEAST"
description="Clean and Build all run-time stuff">
</target>

Expand Down

0 comments on commit 111d399

Please sign in to comment.