We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7299b commit 9fb8774Copy full SHA for 9fb8774
build.xml
@@ -90,7 +90,7 @@ SPDX-License-Identifier: Apache-2.0
90
91
<target name="tests" depends="unit-tests-coverage" description="Run all tests"/>
92
93
- <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" />
94
95
<target name="documentation" depends="collect-options, javadoc" description="Build documentation"/>
96
0 commit comments