mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch '498' into 'master'
scanner: whitelist www.jitpack.io Closes #498 See merge request fdroid/fdroidserver!516
This commit is contained in:
commit
4b342c7cb5
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ def scan_source(build_dir, build=metadata.Build()):
|
|||
'repo1.maven.org/maven2', # mavenCentral()
|
||||
'jcenter.bintray.com', # jcenter()
|
||||
'jitpack.io',
|
||||
'www.jitpack.io',
|
||||
'repo.maven.apache.org/maven2',
|
||||
'oss.jfrog.org/artifactory/oss-snapshot-local',
|
||||
'oss.sonatype.org/content/repositories/snapshots',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue