[metrics-base/master] Create the 'jar' before the 'other' artifact.

commit 4b34756ddd71ccaf0fc30e5f5bf0a813a297d4a3 Author: iwakeh <iwakeh@torproject.org> Date: Thu Oct 5 18:03:28 2017 +0000 Create the 'jar' before the 'other' artifact. At the time this only affects the Onionoo build. --- java/base.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/base.xml b/java/base.xml index 64f8ac7..db197ea 100644 --- a/java/base.xml +++ b/java/base.xml @@ -310,7 +310,7 @@ </jar> </target> - <target name="signall" depends="other,jar"> + <target name="signall" depends="jar,other"> <condition property="tobesigned" value="${jarfile} ${jarsourcesfile} ${jardocsfile} ${additional2sign}" else="${jarfile} ${jarsourcesfile} ${jardocsfile}" >
participants (1)
-
karsten@torproject.org