mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Run maven with jar.sign.skip=true too
This commit is contained in:
parent
b2406c3b57
commit
5b10409967
1 changed files with 3 additions and 2 deletions
|
|
@ -539,8 +539,9 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
|||
maven_dir = root_dir
|
||||
|
||||
mvncmd = [config['mvn3'], '-Dandroid.sdk.path=' + config['sdk_path'],
|
||||
'-Dandroid.sign.debug=false', '-Dmaven.test.skip=true',
|
||||
'-Dandroid.release=true', 'package']
|
||||
'-Dmaven.jar.sign.skip=true', '-Dmaven.test.skip=true',
|
||||
'-Dandroid.sign.debug=false', '-Dandroid.release=true',
|
||||
'package']
|
||||
if 'target' in thisbuild:
|
||||
target = thisbuild["target"].split('-')[1]
|
||||
FDroidPopen(['sed', '-i',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue