mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
remove MVN3
This commit is contained in:
parent
98437d88d0
commit
e90f03a494
1 changed files with 0 additions and 1 deletions
|
@ -2930,7 +2930,6 @@ def replace_build_vars(cmd, build):
|
|||
def replace_config_vars(cmd, build):
|
||||
cmd = cmd.replace('$$SDK$$', config['sdk_path'])
|
||||
cmd = cmd.replace('$$NDK$$', build.ndk_path())
|
||||
cmd = cmd.replace('$$MVN3$$', config['mvn3'])
|
||||
if build is not None:
|
||||
cmd = replace_build_vars(cmd, build)
|
||||
return cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue