mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Remove dead mvnflags code
This commit is contained in:
parent
8675d50261
commit
8fd02e3fcf
1 changed files with 0 additions and 3 deletions
|
|
@ -617,9 +617,6 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
'pom.xml'],
|
'pom.xml'],
|
||||||
cwd=maven_dir)
|
cwd=maven_dir)
|
||||||
|
|
||||||
if thisbuild['mvnflags']:
|
|
||||||
mvncmd += thisbuild['mvnflags']
|
|
||||||
|
|
||||||
p = FDroidPopen(mvncmd, cwd=maven_dir)
|
p = FDroidPopen(mvncmd, cwd=maven_dir)
|
||||||
|
|
||||||
bindir = os.path.join(root_dir, 'target')
|
bindir = os.path.join(root_dir, 'target')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue