mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Merge branch 'maven' into 'master'
scanner: remove tailing / from maven repo address See merge request fdroid/fdroidserver!1700
This commit is contained in:
commit
e8d4d8fc6a
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ def scan_source(build_dir, build=metadata.Build(), json_per_build=None):
|
|||
'www.jitpack.io',
|
||||
'repo.maven.apache.org/maven2',
|
||||
'oss.jfrog.org/artifactory/oss-snapshot-local',
|
||||
'central.sonatype.com/repository/maven-snapshots/',
|
||||
'central.sonatype.com/repository/maven-snapshots',
|
||||
'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