mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Made maven executable configurable
This commit is contained in:
parent
6274d071a7
commit
7a0df25525
5 changed files with 11 additions and 3 deletions
|
@ -803,7 +803,7 @@ def getsrclib(spec, extlib_dir, sdk_path):
|
|||
vcs = getvcs('git',
|
||||
'https://code.google.com/r/andreasschildbach-bitcoinj/', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
if subprocess.call(['mvn3', 'install'], cwd=sdir) != 0:
|
||||
if subprocess.call([mvn3, 'install'], cwd=sdir) != 0:
|
||||
raise BuildException("Maven build failed for BitcoinJWallet srclib")
|
||||
return sdir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue