mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
scanner: allow sonatype groups/public repo
See http://central.sonatype.org/pages/ossrh-guide.html
This commit is contained in:
parent
6dcee2924a
commit
a92f9a3a4c
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ def scan_source(build_dir, root_dir, thisbuild):
|
|||
'jitpack.io',
|
||||
'oss.sonatype.org/content/repositories/snapshots',
|
||||
'oss.sonatype.org/content/repositories/releases',
|
||||
'oss.sonatype.org/content/groups/public',
|
||||
]
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue