mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
gradle: don't strip out comments
This was never intended. Comments can help sed usage, and can still be useful in source tarballs.
This commit is contained in:
parent
21bdd2941c
commit
83daf71338
1 changed files with 1 additions and 0 deletions
|
@ -1635,6 +1635,7 @@ def remove_signing_keys(build_dir):
|
|||
i += 1
|
||||
|
||||
if comment.match(line):
|
||||
o.write(line)
|
||||
continue
|
||||
|
||||
if opened > 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue