mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Merge branch 'mvn' into 'master'
remove MVN3 See merge request fdroid/fdroidserver!1203
This commit is contained in:
commit
c6f83a58f2
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