mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
A mvn->mvn3 update missed previously
This commit is contained in:
parent
7377453360
commit
92befc2171
1 changed files with 1 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ def getsrclib(spec, extlib_dir):
|
||||||
vcs = getvcs('git',
|
vcs = getvcs('git',
|
||||||
'https://code.google.com/r/andreasschildbach-bitcoinj/', sdir)
|
'https://code.google.com/r/andreasschildbach-bitcoinj/', sdir)
|
||||||
vcs.gotorevision(ref)
|
vcs.gotorevision(ref)
|
||||||
if subprocess.call(['mvn', 'install'], cwd=sdir) != 0:
|
if subprocess.call(['mvn3', 'install'], cwd=sdir) != 0:
|
||||||
raise BuildException("Maven build failed for BitcoinJWallet srclib")
|
raise BuildException("Maven build failed for BitcoinJWallet srclib")
|
||||||
return sdir
|
return sdir
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue