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 125424d commit bb7299b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SPDX-License-Identifier: Apache-2.0
<import file="build/build-publish.xml"/>
<import file="build/build-publish-solvers.xml"/>
<import file="build/build-maven-publish.xml"/>

<path id="classpath">
<pathelement location="${class.dir}"/>
<fileset dir="${ivy.lib.dir}" includes="runtime-*/*.jar test/*.jar build/annotations.jar build/auto-value-annotations.jar build/error_prone_annotations.jar"/>
Expand All @@ -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="dist, publish-artifacts" description="Publish current version of JavaSMT to Ivy repository" />
<target name="publish" depends="test, 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 bb7299b

Please sign in to comment.