mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Remove dead mvnflags code
This commit is contained in:
parent
8675d50261
commit
8fd02e3fcf
@ -617,9 +617,6 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||
'pom.xml'],
|
||||
cwd=maven_dir)
|
||||
|
||||
if thisbuild['mvnflags']:
|
||||
mvncmd += thisbuild['mvnflags']
|
||||
|
||||
p = FDroidPopen(mvncmd, cwd=maven_dir)
|
||||
|
||||
bindir = os.path.join(root_dir, 'target')
|
||||
|
Loading…
Reference in New Issue
Block a user