mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
scanner: fix maven url check for kts files
This commit is contained in:
parent
07713af425
commit
f99dbec012
3 changed files with 4 additions and 1 deletions
|
|
@ -54,6 +54,7 @@ class ScannerTest(unittest.TestCase):
|
|||
'se.manyver': 2,
|
||||
'com.jens.automation2': 2,
|
||||
'com.github.shadowsocks': 6,
|
||||
'org.tasks': 1,
|
||||
}
|
||||
for d in glob.glob(os.path.join(source_files, '*')):
|
||||
build = fdroidserver.metadata.Build()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue