Change build order to work around BouncyCastle issues

e.g.
Failed to compute PGP signature: org.bouncycastle.openpgp.PGPException: exception on setup: java.security.NoSuchAlgorithmException: no such algorithm: SHA1 for provider BC
This commit is contained in:
Reinhard Pointner 2016-11-04 07:43:26 +08:00
parent b2522f4a83
commit d1a5c01037
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@
</target>
<target name="stage-release" depends="fatjar, portable, ipkg, deb, spk, appbundle, msi">
<target name="stage-release" depends="fatjar, spk, deb, ipkg, portable, appbundle, msi">
<!-- ensure clean release dir -->
<delete dir="${dir.release}" />
<mkdir dir="${dir.release}" />