Skip to content

Commit

Permalink
revert change in build-script: we should test before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kfriedberger committed Nov 10, 2023
1 parent bb7299b commit 9fb8774
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 @@ -90,7 +90,7 @@ SPDX-License-Identifier: Apache-2.0

<target name="tests" depends="unit-tests-coverage" description="Run all tests"/>

<target name="publish" depends="test, dist, publish-artifacts" description="Publish current version of JavaSMT to Ivy repository" />
<target name="publish" depends="tests, dist, publish-artifacts" description="Publish current version of JavaSMT to Ivy repository" />

<target name="documentation" depends="collect-options, javadoc" description="Build documentation"/>

Expand Down

0 comments on commit 9fb8774

Please sign in to comment.