mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Don't match gradle plugin import lines which are commented
This commit is contained in:
parent
3e04a44941
commit
ce48e8f78d
1 changed files with 1 additions and 1 deletions
|
|
@ -1293,7 +1293,7 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
|
|||
if build['type'] == 'gradle':
|
||||
flavours = build['gradle']
|
||||
|
||||
version_regex = re.compile(r".*'com\.android\.tools\.build:gradle:([^\.]+\.[^\.]+).*'.*")
|
||||
version_regex = re.compile(r"[^/]*'com\.android\.tools\.build:gradle:([^\.]+\.[^\.]+).*'.*")
|
||||
gradlepluginver = None
|
||||
|
||||
gradle_dirs = [root_dir]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue