mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
A mvn->mvn3 update missed previously
This commit is contained in:
parent
7377453360
commit
92befc2171
@ -709,7 +709,7 @@ def getsrclib(spec, extlib_dir):
|
||||
vcs = getvcs('git',
|
||||
'https://code.google.com/r/andreasschildbach-bitcoinj/', sdir)
|
||||
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")
|
||||
return sdir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user